Class: Aws::FinSpaceData::Types::GetWorkingLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetWorkingLocationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_type ⇒ String
Specify the type of the working location.
Instance Attribute Details
#location_type ⇒ String
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.
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 |