Class: Aws::Types::DownloadDefaultKeyPairResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def created_at
  @created_at
end

#private_key_base_64::String

Returns the value of attribute private_key_base_64.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def private_key_base_64
  @private_key_base_64
end

#public_key_base_64::String

Returns the value of attribute public_key_base_64.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def public_key_base_64
  @public_key_base_64
end