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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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.



4071
4072
4073
4074
4075
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4071

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