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

Class: Aws::SageMaker::Types::CreatePresignedDomainUrlRequest

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

Overview

Note:

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

{
  domain_id: "DomainId", # required
  user_profile_name: "UserProfileName", # required
  session_expiration_duration_in_seconds: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain ID.

Returns:

  • (String)

    The domain ID.

#session_expiration_duration_in_secondsInteger

The session expiration duration in seconds.

Returns:

  • (Integer)

    The session expiration duration in seconds.

#user_profile_nameString

The name of the UserProfile to sign-in as.

Returns:

  • (String)

    The name of the UserProfile to sign-in as.