Class: Aws::Types::CertificateDetail
- Inherits:
-
Object
- Object
- Aws::Types::CertificateDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acme_account_id ⇒ ::String
Returns the value of attribute acme_account_id.
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_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.
-
#domain_validation_options ⇒ ::Array[Types::DomainValidation]
Returns the value of attribute domain_validation_options.
-
#extended_key_usages ⇒ ::Array[Types::ExtendedKeyUsage]
Returns the value of attribute extended_key_usages.
-
#failure_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute failure_reason.
-
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
-
#in_use_by ⇒ ::Array[::String]
Returns the value of attribute in_use_by.
-
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
-
#key_usages ⇒ ::Array[Types::KeyUsage]
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.
-
#options ⇒ Types::CertificateOptions
Returns the value of attribute options.
-
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
-
#renewal_summary ⇒ Types::RenewalSummary
Returns the value of attribute renewal_summary.
-
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#serial ⇒ ::String
Returns the value of attribute serial.
-
#signature_algorithm ⇒ ::String
Returns the value of attribute signature_algorithm.
-
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
-
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
-
#update_summary ⇒ Types::UpdateSummary
Returns the value of attribute update_summary.
Instance Attribute Details
#acme_account_id ⇒ ::String
Returns the value of attribute acme_account_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def acme_account_id @acme_account_id end |
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def acme_endpoint_arn @acme_endpoint_arn end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
193 194 195 |
# File 'sig/types.rbs', line 193 def certificate_arn @certificate_arn end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def @certificate_authority_arn end |
#certificate_key_pair_origin ⇒ "AWS_MANAGED", ...
Returns the value of attribute certificate_key_pair_origin.
221 222 223 |
# File 'sig/types.rbs', line 221 def certificate_key_pair_origin @certificate_key_pair_origin end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
201 202 203 |
# File 'sig/types.rbs', line 201 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
194 195 196 |
# File 'sig/types.rbs', line 194 def domain_name @domain_name end |
#domain_validation_options ⇒ ::Array[Types::DomainValidation]
Returns the value of attribute domain_validation_options.
197 198 199 |
# File 'sig/types.rbs', line 197 def @domain_validation_options end |
#extended_key_usages ⇒ ::Array[Types::ExtendedKeyUsage]
Returns the value of attribute extended_key_usages.
216 217 218 |
# File 'sig/types.rbs', line 216 def extended_key_usages @extended_key_usages end |
#failure_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute failure_reason.
212 213 214 |
# File 'sig/types.rbs', line 212 def failure_reason @failure_reason end |
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
203 204 205 |
# File 'sig/types.rbs', line 203 def imported_at @imported_at end |
#in_use_by ⇒ ::Array[::String]
Returns the value of attribute in_use_by.
211 212 213 |
# File 'sig/types.rbs', line 211 def in_use_by @in_use_by end |
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
202 203 204 |
# File 'sig/types.rbs', line 202 def issued_at @issued_at end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
200 201 202 |
# File 'sig/types.rbs', line 200 def issuer @issuer end |
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
209 210 211 |
# File 'sig/types.rbs', line 209 def key_algorithm @key_algorithm end |
#key_usages ⇒ ::Array[Types::KeyUsage]
Returns the value of attribute key_usages.
215 216 217 |
# File 'sig/types.rbs', line 215 def key_usages @key_usages end |
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
196 197 198 |
# File 'sig/types.rbs', line 196 def managed_by @managed_by end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
208 209 210 |
# File 'sig/types.rbs', line 208 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
207 208 209 |
# File 'sig/types.rbs', line 207 def not_before @not_before end |
#options ⇒ Types::CertificateOptions
Returns the value of attribute options.
219 220 221 |
# File 'sig/types.rbs', line 219 def @options end |
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
218 219 220 |
# File 'sig/types.rbs', line 218 def renewal_eligibility @renewal_eligibility end |
#renewal_summary ⇒ Types::RenewalSummary
Returns the value of attribute renewal_summary.
214 215 216 |
# File 'sig/types.rbs', line 214 def renewal_summary @renewal_summary end |
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
206 207 208 |
# File 'sig/types.rbs', line 206 def revocation_reason @revocation_reason end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
205 206 207 |
# File 'sig/types.rbs', line 205 def revoked_at @revoked_at end |
#serial ⇒ ::String
Returns the value of attribute serial.
198 199 200 |
# File 'sig/types.rbs', line 198 def serial @serial end |
#signature_algorithm ⇒ ::String
Returns the value of attribute signature_algorithm.
210 211 212 |
# File 'sig/types.rbs', line 210 def signature_algorithm @signature_algorithm end |
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
204 205 206 |
# File 'sig/types.rbs', line 204 def status @status end |
#subject ⇒ ::String
Returns the value of attribute subject.
199 200 201 |
# File 'sig/types.rbs', line 199 def subject @subject end |
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
195 196 197 |
# File 'sig/types.rbs', line 195 def subject_alternative_names @subject_alternative_names end |
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
213 214 215 |
# File 'sig/types.rbs', line 213 def type @type end |
#update_summary ⇒ Types::UpdateSummary
Returns the value of attribute update_summary.
220 221 222 |
# File 'sig/types.rbs', line 220 def update_summary @update_summary end |