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)


5543
5544
5545
5546
5547
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5543

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