Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App to create the presigned URL for.
-
#expires_in_seconds ⇒ Integer
The time that will pass before the presigned URL expires.
-
#session_expiration_duration_in_seconds ⇒ Integer
Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App to create the presigned URL for.
9486 9487 9488 9489 9490 9491 9492 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9486 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#expires_in_seconds ⇒ Integer
The time that will pass before the presigned URL expires.
9486 9487 9488 9489 9490 9491 9492 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9486 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#session_expiration_duration_in_seconds ⇒ Integer
Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
9486 9487 9488 9489 9490 9491 9492 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9486 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |