Class: Aws::Types::SAMLPrivateKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def key_id
  @key_id
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def timestamp
  @timestamp
end