Class: Aws::Types::CreateProvisioningClaimResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def certificate_id
  @certificate_id
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def certificate_pem
  @certificate_pem
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def expiration
  @expiration
end

#key_pairTypes::KeyPair

Returns the value of attribute key_pair.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def key_pair
  @key_pair
end