Class: Aws::IoT1ClickProjects::Types::CreatePlacementRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.

Returns:

  • (Hash<String,String>)


56
57
58
59
60
61
62
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 56

class CreatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#placement_nameString

The name of the placement to be created.

Returns:

  • (String)


56
57
58
59
60
61
62
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 56

class CreatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project in which to create the placement.

Returns:

  • (String)


56
57
58
59
60
61
62
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 56

class CreatePlacementRequest < Struct.new(
  :placement_name,
  :project_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end