Class: Aws::IoTSiteWise::Types::DescribePortalRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

The ID of the portal.

Returns:

  • (String)


4756
4757
4758
4759
4760
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4756

class DescribePortalRequest < Struct.new(
  :portal_id)
  SENSITIVE = []
  include Aws::Structure
end