Class: Aws::Types::PlaybackKeyPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def arn
  @arn
end

#fingerprint::String

Returns the value of attribute fingerprint.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def fingerprint
  @fingerprint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


571
572
573
# File 'sig/types.rbs', line 571

def tags
  @tags
end