Class: Aws::LaunchWizard::Types::ListDeploymentsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-launchwizard/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::DeploymentDataSummary>

Lists the deployments.

Returns:



532
533
534
535
536
537
# File 'lib/aws-sdk-launchwizard/types.rb', line 532

class ListDeploymentsOutput < Struct.new(
  :deployments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.

Returns:

  • (String)


532
533
534
535
536
537
# File 'lib/aws-sdk-launchwizard/types.rb', line 532

class ListDeploymentsOutput < Struct.new(
  :deployments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end