Class: Aws::Types::CreateProvisioningClaimResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisioningClaimResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
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.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def certificate_pem @certificate_pem end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def expiration @expiration end |
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def key_pair @key_pair end |