Class: Aws::Types::ListTrafficPolicyVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrafficPolicyVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#traffic_policy_version_marker ⇒ ::String
Returns the value of attribute traffic_policy_version_marker.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def id @id end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def max_items @max_items end |
#traffic_policy_version_marker ⇒ ::String
Returns the value of attribute traffic_policy_version_marker.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def traffic_policy_version_marker @traffic_policy_version_marker end |