Class: Aws::Lightsail::Types::DetachCertificateFromDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachCertificateFromDistributionRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_name ⇒ String
The name of the distribution from which to detach the certificate.
Instance Attribute Details
#distribution_name ⇒ String
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.
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 |