Class: Aws::Greengrass::Types::UpdateLoggerDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logger_definition_idString

Returns:

  • (String)


4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4633

class UpdateLoggerDefinitionRequest < Struct.new(
  :logger_definition_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4633

class UpdateLoggerDefinitionRequest < Struct.new(
  :logger_definition_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end