Class: Aws::Types::PlaybackKeyPairSummary

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:



576
577
578
# File 'sig/types.rbs', line 576

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def tags
  @tags
end