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)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def key_id
  @key_id
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def timestamp
  @timestamp
end