Class: Aws::Types::CreateKeyInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#derive_key_usage ⇒ "TR31_B0_BASE_DERIVATION_KEY", ...
Returns the value of attribute derive_key_usage.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#exportable ⇒ Boolean
Returns the value of attribute exportable.
-
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
-
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#derive_key_usage ⇒ "TR31_B0_BASE_DERIVATION_KEY", ...
Returns the value of attribute derive_key_usage.
78 79 80 |
# File 'sig/types.rbs', line 78 def derive_key_usage @derive_key_usage end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
76 77 78 |
# File 'sig/types.rbs', line 76 def enabled @enabled end |
#exportable ⇒ Boolean
Returns the value of attribute exportable.
75 76 77 |
# File 'sig/types.rbs', line 75 def exportable @exportable end |
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
73 74 75 |
# File 'sig/types.rbs', line 73 def key_attributes @key_attributes end |
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
74 75 76 |
# File 'sig/types.rbs', line 74 def key_check_value_algorithm @key_check_value_algorithm end |
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
79 80 81 |
# File 'sig/types.rbs', line 79 def replication_regions @replication_regions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
77 78 79 |
# File 'sig/types.rbs', line 77 def end |