Class: Aws::QuickSight::Types::UpdateKeyRegistrationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.

Returns:

  • (String)


43278
43279
43280
43281
43282
43283
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43278

class UpdateKeyRegistrationRequest < Struct.new(
  :aws_account_id,
  :key_registration)
  SENSITIVE = []
  include Aws::Structure
end

#key_registrationArray<Types::RegisteredCustomerManagedKey>

A list of RegisteredCustomerManagedKey objects to be updated to the Quick Sight account.



43278
43279
43280
43281
43282
43283
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43278

class UpdateKeyRegistrationRequest < Struct.new(
  :aws_account_id,
  :key_registration)
  SENSITIVE = []
  include Aws::Structure
end