Class: Aws::Types::ImportKeyMaterialRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encrypted_key_material::String

Returns the value of attribute encrypted_key_material.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def encrypted_key_material
  @encrypted_key_material
end

#expiration_model"KEY_MATERIAL_EXPIRES", "KEY_MATERIAL_DOES_NOT_EXPIRE"

Returns the value of attribute expiration_model.

Returns:

  • ("KEY_MATERIAL_EXPIRES", "KEY_MATERIAL_DOES_NOT_EXPIRE")


533
534
535
# File 'sig/types.rbs', line 533

def expiration_model
  @expiration_model
end

#import_token::String

Returns the value of attribute import_token.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def import_token
  @import_token
end

#import_type"NEW_KEY_MATERIAL", "EXISTING_KEY_MATERIAL"

Returns the value of attribute import_type.

Returns:

  • ("NEW_KEY_MATERIAL", "EXISTING_KEY_MATERIAL")


534
535
536
# File 'sig/types.rbs', line 534

def import_type
  @import_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def key_id
  @key_id
end

#key_material_description::String

Returns the value of attribute key_material_description.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def key_material_description
  @key_material_description
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def key_material_id
  @key_material_id
end

#valid_to::Time

Returns the value of attribute valid_to.

Returns:

  • (::Time)


532
533
534
# File 'sig/types.rbs', line 532

def valid_to
  @valid_to
end