Class: Aws::Types::ExportKeyInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_attributesTypes::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.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def export_key_identifier
  @export_key_identifier
end

#key_materialTypes::ExportKeyMaterial

Returns the value of attribute key_material.



194
195
196
# File 'sig/types.rbs', line 194

def key_material
  @key_material
end