Class: Aws::ECS::Types::ListAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ListAccountSettingsResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListAccountSettingsrequest. -
#settings ⇒ Array<Types::Setting>
The account settings for the resource.
Instance Attribute Details
#next_token ⇒ String
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.
6884 6885 6886 6887 6888 6889 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6884 class ListAccountSettingsResponse < Struct.new( :settings, :next_token) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<Types::Setting>
The account settings for the resource.
6884 6885 6886 6887 6888 6889 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6884 class ListAccountSettingsResponse < Struct.new( :settings, :next_token) SENSITIVE = [] include Aws::Structure end |