You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::CreatePresignedPortalUrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreatePresignedPortalUrlRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  portal_id: "ID", # required
  session_duration_seconds: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

The ID of the portal to access.

Returns:

  • (String)

    The ID of the portal to access.

#session_duration_secondsInteger

The duration (in seconds) for which the session at the URL is valid.

Default: 900 seconds (15 minutes)

Returns:

  • (Integer)

    The duration (in seconds) for which the session at the URL is valid.