Class: Aws::Types::ImportKeyInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
-
#key_material ⇒ Types::ImportKeyMaterial
Returns the value of attribute key_material.
-
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
-
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
384 385 386 |
# File 'sig/types.rbs', line 384 def enabled @enabled end |
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
383 384 385 |
# File 'sig/types.rbs', line 383 def key_check_value_algorithm @key_check_value_algorithm end |
#key_material ⇒ Types::ImportKeyMaterial
Returns the value of attribute key_material.
382 383 384 |
# File 'sig/types.rbs', line 382 def key_material @key_material end |
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
386 387 388 |
# File 'sig/types.rbs', line 386 def replication_regions @replication_regions end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
387 388 389 |
# File 'sig/types.rbs', line 387 def requester_comment @requester_comment end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
385 386 387 |
# File 'sig/types.rbs', line 385 def @tags end |