You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityResultMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityResultMessage
- Defined in:
- (unknown)
Overview
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.
#fully_qualified_cname ⇒ String
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.