Class: Aws::Mgn::Types::ListManagedAccountsRequest

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

Overview

List managed accounts request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

List managed accounts request max results.

Returns:

  • (Integer)


2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2617

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

#next_tokenString

List managed accounts request next token.

Returns:

  • (String)


2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2617

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