Class: Aws::Types::ListHostedZonesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_set_id::String

Returns the value of attribute delegation_set_id.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def delegation_set_id
  @delegation_set_id
end

#hosted_zone_type"PrivateHostedZone"

Returns the value of attribute hosted_zone_type.

Returns:

  • ("PrivateHostedZone")


1066
1067
1068
# File 'sig/types.rbs', line 1066

def hosted_zone_type
  @hosted_zone_type
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def max_items
  @max_items
end