Class: Aws::Types::ContinuousDeploymentPolicyList
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousDeploymentPolicyList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ContinuousDeploymentPolicySummary]
Returns the value of attribute items.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::ContinuousDeploymentPolicySummary]
Returns the value of attribute items.
432 433 434 |
# File 'sig/types.rbs', line 432 def items @items end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
430 431 432 |
# File 'sig/types.rbs', line 430 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
429 430 431 |
# File 'sig/types.rbs', line 429 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
431 432 433 |
# File 'sig/types.rbs', line 431 def quantity @quantity end |