Class: Aws::Types::PublicKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3041
3042
3043
# File 'sig/types.rbs', line 3041

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3040
3041
3042
# File 'sig/types.rbs', line 3040

def id
  @id
end

#public_key_configTypes::PublicKeyConfig

Returns the value of attribute public_key_config.



3042
3043
3044
# File 'sig/types.rbs', line 3042

def public_key_config
  @public_key_config
end