Class: Aws::Chime::Types::GetEventsConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#events_configurationTypes::EventsConfiguration

The events configuration details.


3915
3916
3917
3918
3919
# File 'lib/aws-sdk-chime/types.rb', line 3915

class GetEventsConfigurationResponse < Struct.new(
  :events_configuration)
  SENSITIVE = []
  include Aws::Structure
end