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.



7637
7638
7639
7640
7641
7642
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7637

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

#projectTypes::ProjectResource

A project resource.



7637
7638
7639
7640
7641
7642
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7637

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