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.
1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1011 class GetEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |