Class: Aws::IoTSiteWise::Types::Resource

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

Overview

Contains an IoT SiteWise Monitor resource ID for a portal or project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portalTypes::PortalResource

A portal resource.



7832
7833
7834
7835
7836
7837
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7832

class Resource < Struct.new(
  :portal,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectTypes::ProjectResource

A project resource.



7832
7833
7834
7835
7836
7837
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7832

class Resource < Struct.new(
  :portal,
  :project)
  SENSITIVE = []
  include Aws::Structure
end