Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the SageMaker Partner AI App to create the presigned URL for.

Returns:

  • (String)


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_secondsInteger

The time that will pass before the presigned URL expires.

Returns:

  • (Integer)


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_secondsInteger

Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.

Returns:

  • (Integer)


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