Class: Aws::Evs::Types::GetAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::GetAccountSettingsResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
The response for the GetAccountSettings operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Array<Types::AccountSetting>
A list of regional account-level EVS settings for the account.
Instance Attribute Details
#settings ⇒ Array<Types::AccountSetting>
A list of regional account-level EVS settings for the account. EVS settings that have never been explicitly set are omitted from the response.
1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1216 class GetAccountSettingsResponse < Struct.new( :settings) SENSITIVE = [] include Aws::Structure end |