Class: Aws::Chatbot::Types::UpdateAccountPreferencesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_preferencesTypes::AccountPreferences

Preferences which apply for AWS Chatbot usage in the calling AWS account.



1312
1313
1314
1315
1316
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1312

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