Class: Aws::Types::ExportKeyInput
- Inherits:
-
Object
- Object
- Aws::Types::ExportKeyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_attributes ⇒ Types::ExportAttributes
Returns the value of attribute export_attributes.
-
#export_key_identifier ⇒ ::String
Returns the value of attribute export_key_identifier.
-
#key_material ⇒ Types::ExportKeyMaterial
Returns the value of attribute key_material.
Instance Attribute Details
#export_attributes ⇒ Types::ExportAttributes
Returns the value of attribute export_attributes.
196 197 198 |
# File 'sig/types.rbs', line 196 def export_attributes @export_attributes end |
#export_key_identifier ⇒ ::String
Returns the value of attribute export_key_identifier.
195 196 197 |
# File 'sig/types.rbs', line 195 def export_key_identifier @export_key_identifier end |
#key_material ⇒ Types::ExportKeyMaterial
Returns the value of attribute key_material.
194 195 196 |
# File 'sig/types.rbs', line 194 def key_material @key_material end |