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)


7407
7408
7409
# File 'sig/types.rbs', line 7407

def association_id
  @association_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


7409
7410
7411
# File 'sig/types.rbs', line 7409

def creation_time
  @creation_time
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


7408
7409
7410
# File 'sig/types.rbs', line 7408

def key
  @key
end