Class: Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityResultMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityResultMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Indicates if the specified CNAME is available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available ⇒ Boolean
Indicates if the specified CNAME is available:.
-
#fully_qualified_cname ⇒ String
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
Instance Attribute Details
#available ⇒ Boolean
Indicates if the specified CNAME is available:
-
‘true` : The CNAME is available.
-
‘false` : The CNAME is not available.
597 598 599 600 601 602 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 597 class CheckDNSAvailabilityResultMessage < Struct.new( :available, :fully_qualified_cname) SENSITIVE = [] include Aws::Structure end |
#fully_qualified_cname ⇒ String
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
597 598 599 600 601 602 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 597 class CheckDNSAvailabilityResultMessage < Struct.new( :available, :fully_qualified_cname) SENSITIVE = [] include Aws::Structure end |