Class: Aws::QuickSight::Types::UpdateKeyRegistrationResponse

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

#failed_key_registrationArray<Types::FailedKeyRegistrationEntry>

A list of all customer managed key registrations that failed to update.



37350
37351
37352
37353
37354
37355
37356
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37350

class UpdateKeyRegistrationResponse < Struct.new(
  :failed_key_registration,
  :successful_key_registration,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


37350
37351
37352
37353
37354
37355
37356
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37350

class UpdateKeyRegistrationResponse < Struct.new(
  :failed_key_registration,
  :successful_key_registration,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#successful_key_registrationArray<Types::SuccessfulKeyRegistrationEntry>

A list of all customer managed key registrations that were successfully updated.



37350
37351
37352
37353
37354
37355
37356
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37350

class UpdateKeyRegistrationResponse < Struct.new(
  :failed_key_registration,
  :successful_key_registration,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end