Class: Aws::Types::ImportKeyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:requester_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("CMAC", "ANSI_X9_24", "HMAC", "SHA_1")


383
384
385
# File 'sig/types.rbs', line 383

def key_check_value_algorithm
  @key_check_value_algorithm
end

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

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def tags
  @tags
end