Class: Aws::Types::CreateKeysAndCertificateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def certificate_id
  @certificate_id
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def certificate_pem
  @certificate_pem
end

#key_pairTypes::KeyPair

Returns the value of attribute key_pair.

Returns:



985
986
987
# File 'sig/types.rbs', line 985

def key_pair
  @key_pair
end