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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


11629
11630
11631
11632
11633
11634
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11629

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

#nameString

The name of the SSL/TLS certificate.

Returns:

  • (String)


11629
11630
11631
11632
11633
11634
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11629

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