Class: Aws::QuickSight::Types::DescribeKeyRegistrationRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.

Returns:

  • (String)


14249
14250
14251
14252
14253
14254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14249

class DescribeKeyRegistrationRequest < Struct.new(
  :aws_account_id,
  :default_key_only)
  SENSITIVE = []
  include Aws::Structure
end

#default_key_onlyBoolean

Determines whether the request returns the default key only.

Returns:

  • (Boolean)


14249
14250
14251
14252
14253
14254
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14249

class DescribeKeyRegistrationRequest < Struct.new(
  :aws_account_id,
  :default_key_only)
  SENSITIVE = []
  include Aws::Structure
end