Class: Aws::Types::ListTrafficPolicyInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrafficPolicyInstancesRequest
- 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.
-
#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.
Instance Attribute Details
#hosted_zone_id_marker ⇒ ::String
Returns the value of attribute hosted_zone_id_marker.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def hosted_zone_id_marker @hosted_zone_id_marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def max_items @max_items end |
#traffic_policy_instance_name_marker ⇒ ::String
Returns the value of attribute traffic_policy_instance_name_marker.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 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.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def traffic_policy_instance_type_marker @traffic_policy_instance_type_marker end |