Class: Aws::QuickSight::Types::SuccessfulKeyRegistrationEntry

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

Overview

A success entry that occurs when a ‘KeyRegistration` job is successfully applied to the Amazon QuickSight account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

The ARN of the KMS key that is associated with the ‘SuccessfulKeyRegistrationEntry` entry.

Returns:

  • (String)


29633
29634
29635
29636
29637
29638
# File 'lib/aws-sdk-quicksight/types.rb', line 29633

class SuccessfulKeyRegistrationEntry < Struct.new(
  :key_arn,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The HTTP status of a ‘SuccessfulKeyRegistrationEntry` entry.

Returns:

  • (Integer)


29633
29634
29635
29636
29637
29638
# File 'lib/aws-sdk-quicksight/types.rb', line 29633

class SuccessfulKeyRegistrationEntry < Struct.new(
  :key_arn,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end