Class: Aws::Greengrass::Types::GetLoggerDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetLoggerDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#logger_definition_id ⇒ String
2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2656 class GetLoggerDefinitionRequest < Struct.new( :logger_definition_id) SENSITIVE = [] include Aws::Structure end |