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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


4624
4625
4626
4627
4628
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4624

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