Class: Aws::Types::GetHostedZoneLimitRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def hosted_zone_id
  @hosted_zone_id
end

#type"MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"

Returns the value of attribute type.

Returns:

  • ("MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE")


625
626
627
# File 'sig/types.rbs', line 625

def type
  @type
end