Class: Aws::Types::ListTrafficPolicyInstancesByHostedZoneRequest

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)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def hosted_zone_id
  @hosted_zone_id
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def max_items
  @max_items
end

#traffic_policy_instance_name_marker::String

Returns the value of attribute traffic_policy_instance_name_marker.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def traffic_policy_instance_name_marker
  @traffic_policy_instance_name_marker
end

#traffic_policy_instance_type_marker"SOA", ...

Returns the value of attribute traffic_policy_instance_type_marker.

Returns:

  • ("SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS")


1165
1166
1167
# File 'sig/types.rbs', line 1165

def traffic_policy_instance_type_marker
  @traffic_policy_instance_type_marker
end