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
show all
Defined in:
(unknown)

Overview

Indicates if the specified CNAME is available.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availableBoolean

Indicates if the specified CNAME is available:

  • true: The CNAME is available.

  • false: The CNAME is not available.

Returns:

  • (Boolean)

    Indicates if the specified CNAME is available:.

#fully_qualified_cnameString

The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Returns:

  • (String)

    The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.