Class: Aws::Chime::Types::GetEventsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetEventsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#bot_id ⇒ String
The bot ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
4058 4059 4060 4061 4062 4063 |
# File 'lib/aws-sdk-chime/types.rb', line 4058 class GetEventsConfigurationRequest < Struct.new( :account_id, :bot_id) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The bot ID.
4058 4059 4060 4061 4062 4063 |
# File 'lib/aws-sdk-chime/types.rb', line 4058 class GetEventsConfigurationRequest < Struct.new( :account_id, :bot_id) SENSITIVE = [] include Aws::Structure end |