Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
9497 9498 9499 9500 9501 9502 9503 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9497 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.
9497 9498 9499 9500 9501 9502 9503 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9497 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.
9497 9498 9499 9500 9501 9502 9503 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9497 class CreatePartnerAppPresignedUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |