Class: Aws::FinSpaceData::Types::GetWorkingLocationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_typeString

Specify the type of the working location.

  • ‘SAGEMAKER` – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

  • ‘INGESTION` – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

Returns:

  • (String)


1697
1698
1699
1700
1701
# File 'lib/aws-sdk-finspacedata/types.rb', line 1697

class GetWorkingLocationRequest < Struct.new(
  :location_type)
  SENSITIVE = []
  include Aws::Structure
end