Class: Aws::Mgn::Types::ListApplicationsResponse

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::Application>

Applications list.

Returns:



2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2345

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

#next_tokenString

Response next token.

Returns:

  • (String)


2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2345

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