Class: Aws::Chatbot::Types::UpdateAccountPreferencesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateAccountPreferencesResult
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_preferences ⇒ Types::AccountPreferences
Preferences related to AWS Chatbot usage in the calling AWS account.
Instance Attribute Details
#account_preferences ⇒ Types::AccountPreferences
Preferences related to AWS Chatbot usage in the calling AWS account.
2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2207 class UpdateAccountPreferencesResult < Struct.new( :account_preferences) SENSITIVE = [] include Aws::Structure end |