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

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.



776
777
778
779
780
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 776

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