Class: Aws::Types::ListTrafficPolicyInstancesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_id_marker::String

Returns the value of attribute hosted_zone_id_marker.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def hosted_zone_id_marker
  @hosted_zone_id_marker
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.



1212
1213
1214
# File 'sig/types.rbs', line 1212

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.



1213
1214
1215
# File 'sig/types.rbs', line 1213

def max_items
  @max_items
end

#traffic_policy_instance_name_marker::String

Returns the value of attribute traffic_policy_instance_name_marker.



1210
1211
1212
# File 'sig/types.rbs', line 1210

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.



1211
1212
1213
# File 'sig/types.rbs', line 1211

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.



1208
1209
1210
# File 'sig/types.rbs', line 1208

def traffic_policy_instances
  @traffic_policy_instances
end