Class: Aws::Types::ImportCertificateMessage
- Inherits:
-
Object
- Object
- Aws::Types::ImportCertificateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
-
#certificate_wallet ⇒ ::String
Returns the value of attribute certificate_wallet.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def certificate_identifier @certificate_identifier end |
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def certificate_pem @certificate_pem end |
#certificate_wallet ⇒ ::String
Returns the value of attribute certificate_wallet.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def certificate_wallet @certificate_wallet end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def kms_key_id @kms_key_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def @tags end |