Class: Aws::IoTThingsGraph::Types::DeploySystemInstanceResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#greengrass_deployment_idString

The ID of the Greengrass deployment used to deploy the system instance.

Returns:

  • (String)


280
281
282
283
284
285
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 280

class DeploySystemInstanceResponse < Struct.new(
  :summary,
  :greengrass_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::SystemInstanceSummary

An object that contains summary information about a system instance that was deployed.



280
281
282
283
284
285
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 280

class DeploySystemInstanceResponse < Struct.new(
  :summary,
  :greengrass_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end