Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsCertificateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Provides a summary of SSL/TLS certificate metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_attached ⇒ Boolean
When ‘true`, the SSL/TLS certificate is attached to the Lightsail load balancer.
-
#name ⇒ String
The name of the SSL/TLS certificate.
Instance Attribute Details
#is_attached ⇒ Boolean
When ‘true`, the SSL/TLS certificate is attached to the Lightsail load balancer.
11639 11640 11641 11642 11643 11644 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11639 class LoadBalancerTlsCertificateSummary < Struct.new( :name, :is_attached) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SSL/TLS certificate.
11639 11640 11641 11642 11643 11644 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11639 class LoadBalancerTlsCertificateSummary < Struct.new( :name, :is_attached) SENSITIVE = [] include Aws::Structure end |