Class: Aws::Types::CreateHostedZoneResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::ChangeInfo

Returns the value of attribute change_info.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def change_info
  @change_info
end

#delegation_setTypes::DelegationSet

Returns the value of attribute delegation_set.



231
232
233
# File 'sig/types.rbs', line 231

def delegation_set
  @delegation_set
end

#hosted_zoneTypes::HostedZone

Returns the value of attribute hosted_zone.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def hosted_zone
  @hosted_zone
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def location
  @location
end

#vpcTypes::VPC

Returns the value of attribute vpc.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def vpc
  @vpc
end