Class: Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityResultMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Indicates if the specified CNAME is available.

Constant Summary collapse

SENSITIVE =
[]

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)


597
598
599
600
601
602
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 597

class CheckDNSAvailabilityResultMessage < Struct.new(
  :available,
  :fully_qualified_cname)
  SENSITIVE = []
  include Aws::Structure
end

#fully_qualified_cnameString

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

Returns:

  • (String)


597
598
599
600
601
602
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 597

class CheckDNSAvailabilityResultMessage < Struct.new(
  :available,
  :fully_qualified_cname)
  SENSITIVE = []
  include Aws::Structure
end