Class: Aws::ECS::Types::ListAccountSettingsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The ‘nextToken` value to include in a future `ListAccountSettings` request. When the results of a `ListAccountSettings` request exceed `maxResults`, this value can be used to retrieve the next page of results. This value is `null` when there are no more results to return.

Returns:

  • (String)


3294
3295
3296
3297
3298
# File 'lib/aws-sdk-ecs/types.rb', line 3294

class ListAccountSettingsResponse < Struct.new(
  :settings,
  :next_token)
  include Aws::Structure
end

#settingsArray<Types::Setting>

The account settings for the resource.

Returns:



3294
3295
3296
3297
3298
# File 'lib/aws-sdk-ecs/types.rb', line 3294

class ListAccountSettingsResponse < Struct.new(
  :settings,
  :next_token)
  include Aws::Structure
end