Class: Aws::Types::ListDeploymentsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployments::Array[Types::DeploymentDataSummary]

Returns the value of attribute deployments.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def deployments
  @deployments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def next_token
  @next_token
end