Class: Aws::Evs::Types::PutAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::PutAccountSettingsResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
The response for the PutAccountSettings operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Array<Types::AccountSetting>
A list of regional account-level EVS settings, and their values, that were modified in this request.
Instance Attribute Details
#settings ⇒ Array<Types::AccountSetting>
A list of regional account-level EVS settings, and their values, that were modified in this request.
1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1930 class PutAccountSettingsResponse < Struct.new( :settings) SENSITIVE = [] include Aws::Structure end |