Class: Aws::Types::CreateHostedZoneRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def caller_reference
  @caller_reference
end

#delegation_set_id::String

Returns the value of attribute delegation_set_id.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def delegation_set_id
  @delegation_set_id
end

#hosted_zone_configTypes::HostedZoneConfig

Returns the value of attribute hosted_zone_config.



223
224
225
# File 'sig/types.rbs', line 223

def hosted_zone_config
  @hosted_zone_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def name
  @name
end

#vpcTypes::VPC

Returns the value of attribute vpc.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def vpc
  @vpc
end