Class: Aws::Types::ListTrafficPolicyInstancesByPolicyRequest

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_marker::String

Returns the value of attribute hosted_zone_id_marker.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def hosted_zone_id_marker
  @hosted_zone_id_marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def max_items
  @max_items
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def traffic_policy_id
  @traffic_policy_id
end

#traffic_policy_instance_name_marker::String

Returns the value of attribute traffic_policy_instance_name_marker.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

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")


1184
1185
1186
# File 'sig/types.rbs', line 1184

def traffic_policy_instance_type_marker
  @traffic_policy_instance_type_marker
end

#traffic_policy_version::Integer

Returns the value of attribute traffic_policy_version.

Returns:

  • (::Integer)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def traffic_policy_version
  @traffic_policy_version
end