Class: Aws::Types::ListDeploymentEventsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_events::Array[Types::DeploymentEventDataSummary]

Returns the value of attribute deployment_events.

Returns:



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.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def next_token
  @next_token
end