Class: Aws::QuickSight::Types::DescribeKeyRegistrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 specified in the request.

Returns:

  • (String)


12359
12360
12361
12362
12363
12364
12365
12366
# File 'lib/aws-sdk-quicksight/types.rb', line 12359

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

#key_registrationArray<Types::RegisteredCustomerManagedKey>

A list of ‘RegisteredCustomerManagedKey` objects in a Amazon QuickSight account.



12359
12360
12361
12362
12363
12364
12365
12366
# File 'lib/aws-sdk-quicksight/types.rb', line 12359

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12359
12360
12361
12362
12363
12364
12365
12366
# File 'lib/aws-sdk-quicksight/types.rb', line 12359

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12359
12360
12361
12362
12363
12364
12365
12366
# File 'lib/aws-sdk-quicksight/types.rb', line 12359

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