Class: Aws::Types::CreateKeyPairResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairTypes::KeyPair

Returns the value of attribute key_pair.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def key_pair
  @key_pair
end

#operationTypes::Operation

Returns the value of attribute operation.

Returns:



792
793
794
# File 'sig/types.rbs', line 792

def operation
  @operation
end

#private_key_base_64::String

Returns the value of attribute private_key_base_64.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

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)


790
791
792
# File 'sig/types.rbs', line 790

def public_key_base_64
  @public_key_base_64
end