Class: Aws::FinSpaceData::Types::GetWorkingLocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetWorkingLocationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
Returns the Amazon S3 bucket name for the working location.
-
#s3_path ⇒ String
Returns the Amazon S3 Path for the working location.
-
#s3_uri ⇒ String
Returns the Amazon S3 URI for the working location.
Instance Attribute Details
#s3_bucket ⇒ String
Returns the Amazon S3 bucket name for the working location.
1717 1718 1719 1720 1721 1722 1723 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1717 class GetWorkingLocationResponse < Struct.new( :s3_uri, :s3_path, :s3_bucket) SENSITIVE = [] include Aws::Structure end |
#s3_path ⇒ String
Returns the Amazon S3 Path for the working location.
1717 1718 1719 1720 1721 1722 1723 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1717 class GetWorkingLocationResponse < Struct.new( :s3_uri, :s3_path, :s3_bucket) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
Returns the Amazon S3 URI for the working location.
1717 1718 1719 1720 1721 1722 1723 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1717 class GetWorkingLocationResponse < Struct.new( :s3_uri, :s3_path, :s3_bucket) SENSITIVE = [] include Aws::Structure end |