Class: Aws::Greengrass::Types::UpdateResourceDefinitionRequest

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

#nameString

Returns:

  • (String)


4652
4653
4654
4655
4656
4657
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4652

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

#resource_definition_idString

Returns:

  • (String)


4652
4653
4654
4655
4656
4657
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4652

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