Class: Aws::Types::ListDeploymentEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentEventsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_events ⇒ ::Array[Types::DeploymentEventDataSummary]
Returns the value of attribute deployment_events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployment_events ⇒ ::Array[Types::DeploymentEventDataSummary]
Returns the value of attribute deployment_events.
186 187 188 |
# File 'sig/types.rbs', line 186 def deployment_events @deployment_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
187 188 189 |
# File 'sig/types.rbs', line 187 def next_token @next_token end |