Class: Aws::Chatbot::Types::GetAccountPreferencesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_preferencesTypes::AccountPreferences

The preferences related to AWS Chatbot usage in the calling AWS account.



992
993
994
995
996
# File 'lib/aws-sdk-chatbot/types.rb', line 992

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