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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5770
5771
5772
5773
5774
5775
# File 'lib/aws-sdk-ecs/types.rb', line 5770

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

#settingsArray<Types::Setting>

The account settings for the resource.

Returns:



5770
5771
5772
5773
5774
5775
# File 'lib/aws-sdk-ecs/types.rb', line 5770

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