Class: Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Results message indicating whether a CNAME is available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cname_prefix ⇒ String
The prefix used when this CNAME is reserved.
Instance Attribute Details
#cname_prefix ⇒ String
The prefix used when this CNAME is reserved.
574 575 576 577 578 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 574 class CheckDNSAvailabilityMessage < Struct.new( :cname_prefix) SENSITIVE = [] include Aws::Structure end |