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

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

Overview

A success entry that occurs when a KeyRegistration job is successfully applied to the Quick Sight account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn ⇒ String

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

Returns:

  • (String)


44015
44016
44017
44018
44019
44020
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44015

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

#status_code ⇒ Integer

The HTTP status of a SuccessfulKeyRegistrationEntry entry.

Returns:

  • (Integer)


44015
44016
44017
44018
44019
44020
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44015

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