Class: Aws::Types::SubDomain

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record::String

Returns the value of attribute dns_record.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def dns_record
  @dns_record
end

#sub_domain_settingTypes::SubDomainSetting

Returns the value of attribute sub_domain_setting.



652
653
654
# File 'sig/types.rbs', line 652

def sub_domain_setting
  @sub_domain_setting
end

#verifiedBoolean

Returns the value of attribute verified.

Returns:

  • (Boolean)


653
654
655
# File 'sig/types.rbs', line 653

def verified
  @verified
end