Class: Aws::Greengrass::Types::UpdateCoreDefinitionRequest

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

#core_definition_idString

Returns:

  • (String)


4521
4522
4523
4524
4525
4526
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4521

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

#nameString

Returns:

  • (String)


4521
4522
4523
4524
4525
4526
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4521

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