Class: Aws::QuickSight::Types::DescribeKeyRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeKeyRegistrationResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
-
#key_registration ⇒ Array<Types::RegisteredCustomerManagedKey>
A list of
RegisteredCustomerManagedKey
objects in a QuickSight account. -
#q_data_key ⇒ Types::QDataKey
A list of
QDataKey
objects in a QuickSight account. -
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
14280 14281 14282 14283 14284 14285 14286 14287 14288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14280 class DescribeKeyRegistrationResponse < Struct.new( :aws_account_id, :key_registration, :q_data_key, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#key_registration ⇒ Array<Types::RegisteredCustomerManagedKey>
A list of RegisteredCustomerManagedKey
objects in a QuickSight
account.
14280 14281 14282 14283 14284 14285 14286 14287 14288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14280 class DescribeKeyRegistrationResponse < Struct.new( :aws_account_id, :key_registration, :q_data_key, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#q_data_key ⇒ Types::QDataKey
A list of QDataKey
objects in a QuickSight account.
14280 14281 14282 14283 14284 14285 14286 14287 14288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14280 class DescribeKeyRegistrationResponse < Struct.new( :aws_account_id, :key_registration, :q_data_key, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
14280 14281 14282 14283 14284 14285 14286 14287 14288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14280 class DescribeKeyRegistrationResponse < Struct.new( :aws_account_id, :key_registration, :q_data_key, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14280 14281 14282 14283 14284 14285 14286 14287 14288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14280 class DescribeKeyRegistrationResponse < Struct.new( :aws_account_id, :key_registration, :q_data_key, :request_id, :status) SENSITIVE = [] include Aws::Structure end |