Class: Aws::Evs::Types::GetAccountSettingsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#settingsArray<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.

Returns:



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