Class: Aws::Types::DescribeKeyRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKeyRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#default_key_only ⇒ Boolean
Returns the value of attribute default_key_only.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4844 4845 4846 |
# File 'sig/types.rbs', line 4844 def aws_account_id @aws_account_id end |
#default_key_only ⇒ Boolean
Returns the value of attribute default_key_only.
4845 4846 4847 |
# File 'sig/types.rbs', line 4845 def default_key_only @default_key_only end |