Class: Aws::Types::ListTrafficPolicyInstancesByPolicyResponse

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:



1191
1192
1193
# File 'sig/types.rbs', line 1191

def hosted_zone_id_marker
  @hosted_zone_id_marker
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def max_items
  @max_items
end

#traffic_policy_instance_name_marker::String

Returns the value of attribute traffic_policy_instance_name_marker.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

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:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def traffic_policy_instance_type_marker
  @traffic_policy_instance_type_marker
end

#traffic_policy_instances::Array[Types::TrafficPolicyInstance]

Returns the value of attribute traffic_policy_instances.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def traffic_policy_instances
  @traffic_policy_instances
end