Class: Aws::Types::ImportPlaybackKeyPairRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#public_key_material::String

Returns the value of attribute public_key_material.

Returns:

  • (::String)


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

def public_key_material
  @public_key_material
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end