Class: Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::AwsCredentials
The credentials required to access the external Dataview from the S3 location.
-
#s3_location ⇒ Types::S3Location
The location where the external Dataview is stored.
Instance Attribute Details
#credentials ⇒ Types::AwsCredentials
The credentials required to access the external Dataview from the S3 location.
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1498 class GetExternalDataViewAccessDetailsResponse < Struct.new( :credentials, :s3_location) SENSITIVE = [:credentials] include Aws::Structure end |
#s3_location ⇒ Types::S3Location
The location where the external Dataview is stored.
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1498 class GetExternalDataViewAccessDetailsResponse < Struct.new( :credentials, :s3_location) SENSITIVE = [:credentials] include Aws::Structure end |