Class: Aws::Types::KeySummary
- Inherits:
-
Object
- Object
- Aws::Types::KeySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#exportable ⇒ Boolean
Returns the value of attribute exportable.
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
-
#key_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute key_state.
-
#multi_region_key_type ⇒ "PRIMARY", "REPLICA"
Returns the value of attribute multi_region_key_type.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
506 507 508 |
# File 'sig/types.rbs', line 506 def enabled @enabled end |
#exportable ⇒ Boolean
Returns the value of attribute exportable.
505 506 507 |
# File 'sig/types.rbs', line 505 def exportable @exportable end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def key_arn @key_arn end |
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
503 504 505 |
# File 'sig/types.rbs', line 503 def key_attributes @key_attributes end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
504 505 506 |
# File 'sig/types.rbs', line 504 def key_check_value @key_check_value end |
#key_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute key_state.
502 503 504 |
# File 'sig/types.rbs', line 502 def key_state @key_state end |
#multi_region_key_type ⇒ "PRIMARY", "REPLICA"
Returns the value of attribute multi_region_key_type.
507 508 509 |
# File 'sig/types.rbs', line 507 def multi_region_key_type @multi_region_key_type end |
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
508 509 510 |
# File 'sig/types.rbs', line 508 def primary_region @primary_region end |