Class: Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::AwsCredentials

The credentials required to access the external Dataview from the S3 location.



1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1498

class GetExternalDataViewAccessDetailsResponse < Struct.new(
  :credentials,
  :s3_location)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#s3_locationTypes::S3Location

The location where the external Dataview is stored.

Returns:



1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1498

class GetExternalDataViewAccessDetailsResponse < Struct.new(
  :credentials,
  :s3_location)
  SENSITIVE = [:credentials]
  include Aws::Structure
end