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.
3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3915 class GetEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |