Class: Aws::Types::CreateKeysAndCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeysAndCertificateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
-
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
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.
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.
984 985 986 |
# File 'sig/types.rbs', line 984 def certificate_pem @certificate_pem end |
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
985 986 987 |
# File 'sig/types.rbs', line 985 def key_pair @key_pair end |