Class: Aws::Types::LoadBalancerTlsCertificate
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerTlsCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_validation_records ⇒ ::Array[Types::LoadBalancerTlsCertificateDomainValidationRecord]
Returns the value of attribute domain_validation_records.
-
#failure_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute failure_reason.
-
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
-
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#key_algorithm ⇒ ::String
Returns the value of attribute key_algorithm.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
-
#renewal_summary ⇒ Types::LoadBalancerTlsCertificateRenewalSummary
Returns the value of attribute renewal_summary.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#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.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def domain_name @domain_name end |
#domain_validation_records ⇒ ::Array[Types::LoadBalancerTlsCertificateDomainValidationRecord]
Returns the value of attribute domain_validation_records.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def domain_validation_records @domain_validation_records end |
#failure_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute failure_reason.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def failure_reason @failure_reason end |
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def is_attached @is_attached end |
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def issued_at @issued_at end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def issuer @issuer end |
#key_algorithm ⇒ ::String
Returns the value of attribute key_algorithm.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def key_algorithm @key_algorithm end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def load_balancer_name @load_balancer_name end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def name @name end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def not_before @not_before end |
#renewal_summary ⇒ Types::LoadBalancerTlsCertificateRenewalSummary
Returns the value of attribute renewal_summary.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def renewal_summary @renewal_summary end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def resource_type @resource_type end |
#revocation_reason ⇒ "UNSPECIFIED", ...
Returns the value of attribute revocation_reason.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def revocation_reason @revocation_reason end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def revoked_at @revoked_at end |
#serial ⇒ ::String
Returns the value of attribute serial.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def serial @serial end |
#signature_algorithm ⇒ ::String
Returns the value of attribute signature_algorithm.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def signature_algorithm @signature_algorithm end |
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def status @status end |
#subject ⇒ ::String
Returns the value of attribute subject.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def subject @subject end |
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def subject_alternative_names @subject_alternative_names end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def @tags end |