Class: Aws::Types::ListTrafficPolicyVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrafficPolicyVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#traffic_policies ⇒ ::Array[Types::TrafficPolicy]
Returns the value of attribute traffic_policies.
-
#traffic_policy_version_marker ⇒ ::String
Returns the value of attribute traffic_policy_version_marker.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def is_truncated @is_truncated end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def max_items @max_items end |
#traffic_policies ⇒ ::Array[Types::TrafficPolicy]
Returns the value of attribute traffic_policies.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def traffic_policies @traffic_policies end |
#traffic_policy_version_marker ⇒ ::String
Returns the value of attribute traffic_policy_version_marker.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def traffic_policy_version_marker @traffic_policy_version_marker end |