Class: Aws::IoTManagedIntegrations::Types::GetEventLogConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetEventLogConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the event log configuration.
Instance Attribute Details
#id ⇒ String
The identifier of the event log configuration.
1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1900 class GetEventLogConfigurationRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |