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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


5760
5761
5762
5763
5764
5765
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5760

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

#settingsArray<Types::Setting>

The account settings for the resource.

Returns:



5760
5761
5762
5763
5764
5765
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5760

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