Class: Aws::Evs::Types::PutAccountSettingsResponse

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

Instance Attribute Details

#settingsArray<Types::AccountSetting>

A list of regional account-level EVS settings, and their values, that were modified in this request.

Returns:



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