Class: Aws::Chime::Types::GetEventsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetEventsConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_configuration ⇒ Types::EventsConfiguration
The events configuration details.
Instance Attribute Details
#events_configuration ⇒ Types::EventsConfiguration
The events configuration details.
4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-chime/types.rb', line 4071 class GetEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |