Class: Aws::Types::CACertificateDescription
- Inherits:
-
Object
- Object
- Aws::Types::CACertificateDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_registration_status ⇒ "ENABLE", "DISABLE"
Returns the value of attribute auto_registration_status.
-
#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.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#validity ⇒ Types::CertificateValidity
Returns the value of attribute validity.
Instance Attribute Details
#auto_registration_status ⇒ "ENABLE", "DISABLE"
Returns the value of attribute auto_registration_status.
452 453 454 |
# File 'sig/types.rbs', line 452 def auto_registration_status @auto_registration_status end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
446 447 448 |
# File 'sig/types.rbs', line 446 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
447 448 449 |
# File 'sig/types.rbs', line 447 def certificate_id @certificate_id end |
#certificate_mode ⇒ "DEFAULT", "SNI_ONLY"
Returns the value of attribute certificate_mode.
457 458 459 |
# File 'sig/types.rbs', line 457 def certificate_mode @certificate_mode end |
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
449 450 451 |
# File 'sig/types.rbs', line 449 def certificate_pem @certificate_pem end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
451 452 453 |
# File 'sig/types.rbs', line 451 def creation_date @creation_date end |
#customer_version ⇒ ::Integer
Returns the value of attribute customer_version.
454 455 456 |
# File 'sig/types.rbs', line 454 def customer_version @customer_version end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def generation_id @generation_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
453 454 455 |
# File 'sig/types.rbs', line 453 def last_modified_date @last_modified_date end |
#owned_by ⇒ ::String
Returns the value of attribute owned_by.
450 451 452 |
# File 'sig/types.rbs', line 450 def owned_by @owned_by end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
448 449 450 |
# File 'sig/types.rbs', line 448 def status @status end |
#validity ⇒ Types::CertificateValidity
Returns the value of attribute validity.
456 457 458 |
# File 'sig/types.rbs', line 456 def validity @validity end |