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:



7809
7810
7811
# File 'sig/types.rbs', line 7809

def association_id
  @association_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



7811
7812
7813
# File 'sig/types.rbs', line 7811

def creation_time
  @creation_time
end

#key::String

Returns the value of attribute key.

Returns:



7810
7811
7812
# File 'sig/types.rbs', line 7810

def key
  @key
end