Class: Aws::QuickSight::Types::DataSetIdentifierDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetIdentifierDeclaration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A data set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_arn ⇒ String
The Amazon Resource Name (ARN) of the data set.
-
#identifier ⇒ String
The identifier of the data set, typically the data set’s name.
Instance Attribute Details
#data_set_arn ⇒ String
The Amazon Resource Name (ARN) of the data set.
8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8930 class DataSetIdentifierDeclaration < Struct.new( :identifier, :data_set_arn) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the data set, typically the data set’s name.
8930 8931 8932 8933 8934 8935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8930 class DataSetIdentifierDeclaration < Struct.new( :identifier, :data_set_arn) SENSITIVE = [] include Aws::Structure end |