Class: Aws::ElasticBeanstalk::Types::CheckDNSAvailabilityMessage

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

Overview

Results message indicating whether a CNAME is available.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cname_prefixString

The prefix used when this CNAME is reserved.

Returns:

  • (String)


574
575
576
577
578
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 574

class CheckDNSAvailabilityMessage < Struct.new(
  :cname_prefix)
  SENSITIVE = []
  include Aws::Structure
end