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
- Struct
- Aws::SageMaker::Types::CreatePresignedDomainUrlRequest
- 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
-
#domain_id ⇒ String
The domain ID.
-
#session_expiration_duration_in_seconds ⇒ Integer
The session expiration duration in seconds.
-
#user_profile_name ⇒ String
The name of the UserProfile to sign-in as.
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
#session_expiration_duration_in_seconds ⇒ Integer
The session expiration duration in seconds.
#user_profile_name ⇒ String
The name of the UserProfile to sign-in as.