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
nextToken
value to include in a futureListAccountSettings
request. -
#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.
5689 5690 5691 5692 5693 5694 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5689 class ListAccountSettingsResponse < Struct.new( :settings, :next_token) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<Types::Setting>
The account settings for the resource.
5689 5690 5691 5692 5693 5694 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5689 class ListAccountSettingsResponse < Struct.new( :settings, :next_token) SENSITIVE = [] include Aws::Structure end |