Class: Aws::IoT1ClickProjects::Types::DescribePlacementRequest

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

#placement_nameString

The name of the placement within a project.

Returns:

  • (String)


140
141
142
143
144
145
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 140

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

#project_nameString

The project containing the placement to be described.

Returns:

  • (String)


140
141
142
143
144
145
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 140

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