Class: Aws::Evs::Types::PutAccountSettingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb

Overview

The request 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 to create or update. Only the settings included in this list are modified.

Returns:



1915
1916
1917
1918
1919
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1915

class PutAccountSettingsRequest < Struct.new(
  :settings)
  SENSITIVE = []
  include Aws::Structure
end