Class: Aws::Types::ListDeploymentEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def deployment_id @deployment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
180 181 182 |
# File 'sig/types.rbs', line 180 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
181 182 183 |
# File 'sig/types.rbs', line 181 def next_token @next_token end |