Class: Aws::Lightsail::Types::DetachCertificateFromDistributionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_nameString

The name of the distribution from which to detach the certificate.

Use the GetDistributions action to get a list of distribution names that you can specify.

Returns:

  • (String)


5430
5431
5432
5433
5434
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5430

class DetachCertificateFromDistributionRequest < Struct.new(
  :distribution_name)
  SENSITIVE = []
  include Aws::Structure
end