Class: Aws::Types::CertificateDescription
- Inherits:
-
Object
- Object
- Aws::Types::CertificateDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#certificate_mode ⇒ "DEFAULT", "SNI_ONLY"
Returns the value of attribute certificate_mode.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#customer_version ⇒ ::Integer
Returns the value of attribute customer_version.
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#owned_by ⇒ ::String
Returns the value of attribute owned_by.
-
#previous_owned_by ⇒ ::String
Returns the value of attribute previous_owned_by.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#transfer_data ⇒ Types::TransferData
Returns the value of attribute transfer_data.
-
#validity ⇒ Types::CertificateValidity
Returns the value of attribute validity.
Instance Attribute Details
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def ca_certificate_id @ca_certificate_id end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
529 530 531 |
# File 'sig/types.rbs', line 529 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def certificate_id @certificate_id end |
#certificate_mode ⇒ "DEFAULT", "SNI_ONLY"
Returns the value of attribute certificate_mode.
542 543 544 |
# File 'sig/types.rbs', line 542 def certificate_mode @certificate_mode end |
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
533 534 535 |
# File 'sig/types.rbs', line 533 def certificate_pem @certificate_pem end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
536 537 538 |
# File 'sig/types.rbs', line 536 def creation_date @creation_date end |
#customer_version ⇒ ::Integer
Returns the value of attribute customer_version.
538 539 540 |
# File 'sig/types.rbs', line 538 def customer_version @customer_version end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def generation_id @generation_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
537 538 539 |
# File 'sig/types.rbs', line 537 def last_modified_date @last_modified_date end |
#owned_by ⇒ ::String
Returns the value of attribute owned_by.
534 535 536 |
# File 'sig/types.rbs', line 534 def owned_by @owned_by end |
#previous_owned_by ⇒ ::String
Returns the value of attribute previous_owned_by.
535 536 537 |
# File 'sig/types.rbs', line 535 def previous_owned_by @previous_owned_by end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
532 533 534 |
# File 'sig/types.rbs', line 532 def status @status end |
#transfer_data ⇒ Types::TransferData
Returns the value of attribute transfer_data.
539 540 541 |
# File 'sig/types.rbs', line 539 def transfer_data @transfer_data end |
#validity ⇒ Types::CertificateValidity
Returns the value of attribute validity.
541 542 543 |
# File 'sig/types.rbs', line 541 def validity @validity end |