Class: Aws::FinSpaceData::Types::GetWorkingLocationResponse

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

#s3_bucketString

Returns the Amazon S3 bucket name for the working location.

Returns:

  • (String)


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_pathString

Returns the Amazon S3 Path for the working location.

Returns:

  • (String)


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_uriString

Returns the Amazon S3 URI for the working location.

Returns:

  • (String)


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