Class: Aws::Lightsail::Types::DetachCertificateFromDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachCertificateFromDistributionRequest
- Includes:
- Structure
- Defined in:
- 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.
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 |