Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#is_attachedBoolean

When ‘true`, the SSL/TLS certificate is attached to the Lightsail load balancer.

Returns:

  • (Boolean)


11597
11598
11599
11600
11601
11602
# File 'lib/aws-sdk-lightsail/types.rb', line 11597

class LoadBalancerTlsCertificateSummary < Struct.new(
  :name,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SSL/TLS certificate.

Returns:

  • (String)


11597
11598
11599
11600
11601
11602
# File 'lib/aws-sdk-lightsail/types.rb', line 11597

class LoadBalancerTlsCertificateSummary < Struct.new(
  :name,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end