Class: Aws::Types::CertificateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_key_pair_origin ⇒ "AWS_MANAGED", ...
Returns the value of attribute certificate_key_pair_origin.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#export_option ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_option.
-
#exported ⇒ Boolean
Returns the value of attribute exported.
-
#extended_key_usages ⇒ ::Array[("TLS_WEB_SERVER_AUTHENTICATION" | "TLS_WEB_CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "EMAIL_PROTECTION" | "TIME_STAMPING" | "OCSP_SIGNING" | "IPSEC_END_SYSTEM" | "IPSEC_TUNNEL" | "IPSEC_USER" | "ANY" | "NONE" | "CUSTOM")]
Returns the value of attribute extended_key_usages.
-
#has_additional_subject_alternative_names ⇒ Boolean
Returns the value of attribute has_additional_subject_alternative_names.
-
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
-
#in_use ⇒ Boolean
Returns the value of attribute in_use.
-
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
-
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
-
#key_usages ⇒ ::Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")]
Returns the value of attribute key_usages.
-
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
-
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
-
#subject_alternative_name_summaries ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_name_summaries.
-
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
290 291 292 |
# File 'sig/types.rbs', line 290 def certificate_arn @certificate_arn end |
#certificate_key_pair_origin ⇒ "AWS_MANAGED", ...
Returns the value of attribute certificate_key_pair_origin.
310 311 312 |
# File 'sig/types.rbs', line 310 def certificate_key_pair_origin @certificate_key_pair_origin end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
305 306 307 |
# File 'sig/types.rbs', line 305 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def domain_name @domain_name end |
#export_option ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_option.
299 300 301 |
# File 'sig/types.rbs', line 299 def export_option @export_option end |
#exported ⇒ Boolean
Returns the value of attribute exported.
301 302 303 |
# File 'sig/types.rbs', line 301 def exported @exported end |
#extended_key_usages ⇒ ::Array[("TLS_WEB_SERVER_AUTHENTICATION" | "TLS_WEB_CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "EMAIL_PROTECTION" | "TIME_STAMPING" | "OCSP_SIGNING" | "IPSEC_END_SYSTEM" | "IPSEC_TUNNEL" | "IPSEC_USER" | "ANY" | "NONE" | "CUSTOM")]
Returns the value of attribute extended_key_usages.
298 299 300 |
# File 'sig/types.rbs', line 298 def extended_key_usages @extended_key_usages end |
#has_additional_subject_alternative_names ⇒ Boolean
Returns the value of attribute has_additional_subject_alternative_names.
293 294 295 |
# File 'sig/types.rbs', line 293 def has_additional_subject_alternative_names @has_additional_subject_alternative_names end |
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
307 308 309 |
# File 'sig/types.rbs', line 307 def imported_at @imported_at end |
#in_use ⇒ Boolean
Returns the value of attribute in_use.
300 301 302 |
# File 'sig/types.rbs', line 300 def in_use @in_use end |
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
306 307 308 |
# File 'sig/types.rbs', line 306 def issued_at @issued_at end |
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
296 297 298 |
# File 'sig/types.rbs', line 296 def key_algorithm @key_algorithm end |
#key_usages ⇒ ::Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")]
Returns the value of attribute key_usages.
297 298 299 |
# File 'sig/types.rbs', line 297 def key_usages @key_usages end |
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
309 310 311 |
# File 'sig/types.rbs', line 309 def managed_by @managed_by end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
304 305 306 |
# File 'sig/types.rbs', line 304 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
303 304 305 |
# File 'sig/types.rbs', line 303 def not_before @not_before end |
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
302 303 304 |
# File 'sig/types.rbs', line 302 def renewal_eligibility @renewal_eligibility end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
308 309 310 |
# File 'sig/types.rbs', line 308 def revoked_at @revoked_at end |
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
294 295 296 |
# File 'sig/types.rbs', line 294 def status @status end |
#subject_alternative_name_summaries ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_name_summaries.
292 293 294 |
# File 'sig/types.rbs', line 292 def subject_alternative_name_summaries @subject_alternative_name_summaries end |
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
295 296 297 |
# File 'sig/types.rbs', line 295 def type @type end |