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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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