Class: Aws::Types::ImportCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_date ⇒ ::Time
Returns the value of attribute active_date.
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#usage ⇒ "SIGNING", ...
Returns the value of attribute usage.
Instance Attribute Details
#active_date ⇒ ::Time
Returns the value of attribute active_date.
766 767 768 |
# File 'sig/types.rbs', line 766 def active_date @active_date end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
763 764 765 |
# File 'sig/types.rbs', line 763 def certificate @certificate end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
764 765 766 |
# File 'sig/types.rbs', line 764 def certificate_chain @certificate_chain end |
#description ⇒ ::String
Returns the value of attribute description.
768 769 770 |
# File 'sig/types.rbs', line 768 def description @description end |
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
767 768 769 |
# File 'sig/types.rbs', line 767 def inactive_date @inactive_date end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
765 766 767 |
# File 'sig/types.rbs', line 765 def private_key @private_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
769 770 771 |
# File 'sig/types.rbs', line 769 def end |
#usage ⇒ "SIGNING", ...
Returns the value of attribute usage.
762 763 764 |
# File 'sig/types.rbs', line 762 def usage @usage end |