Class: Aws::Types::ImportCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
641 642 643 |
# File 'sig/types.rbs', line 641 def certificate @certificate end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
640 641 642 |
# File 'sig/types.rbs', line 640 def certificate_arn @certificate_arn end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
643 644 645 |
# File 'sig/types.rbs', line 643 def certificate_chain @certificate_chain end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
642 643 644 |
# File 'sig/types.rbs', line 642 def private_key @private_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
644 645 646 |
# File 'sig/types.rbs', line 644 def @tags end |