Class: Aws::Types::ListTrafficPolicyInstancesByPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrafficPolicyInstancesByPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id_marker ⇒ ::String
Returns the value of attribute hosted_zone_id_marker.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#traffic_policy_instance_name_marker ⇒ ::String
Returns the value of attribute traffic_policy_instance_name_marker.
-
#traffic_policy_instance_type_marker ⇒ "SOA", ...
Returns the value of attribute traffic_policy_instance_type_marker.
-
#traffic_policy_instances ⇒ ::Array[Types::TrafficPolicyInstance]
Returns the value of attribute traffic_policy_instances.
Instance Attribute Details
#hosted_zone_id_marker ⇒ ::String
Returns the value of attribute hosted_zone_id_marker.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def hosted_zone_id_marker @hosted_zone_id_marker end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
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.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def traffic_policy_instances @traffic_policy_instances end |