Class: Aws::IoTSiteWise::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Resource
- Includes:
- Structure
- Defined in:
- 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
-
#portal ⇒ Types::PortalResource
A portal resource.
-
#project ⇒ Types::ProjectResource
A project resource.
Instance Attribute Details
#portal ⇒ Types::PortalResource
A portal resource.
8379 8380 8381 8382 8383 8384 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8379 class Resource < Struct.new( :portal, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ Types::ProjectResource
A project resource.
8379 8380 8381 8382 8383 8384 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8379 class Resource < Struct.new( :portal, :project) SENSITIVE = [] include Aws::Structure end |