Class: Aws::Chime::Types::GetEventsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetEventsConfigurationResponse
- Defined in:
- gems/aws-sdk-chime/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.
4950 4951 4952 4953 4954 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4950 class GetEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |