Class: Aws::Mgn::Types::ListNetworkMigrationDeployedStacksResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::NetworkMigrationDeployedStackDetails>

A list of deployed stack details including status and resources.



3368
3369
3370
3371
3372
3373
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3368

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


3368
3369
3370
3371
3372
3373
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3368

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