Class: Aws::Types::SecurityKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


7700
7701
7702
# File 'sig/types.rbs', line 7700

def association_id
  @association_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


7702
7703
7704
# File 'sig/types.rbs', line 7702

def creation_time
  @creation_time
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


7701
7702
7703
# File 'sig/types.rbs', line 7701

def key
  @key
end