Class: Aws::QuickSight::Types::DataSetIdentifierDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetIdentifierDeclaration
- Defined in:
- gems/aws-sdk-quicksight/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.
7050 7051 7052 7053 7054 7055 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7050 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.
7050 7051 7052 7053 7054 7055 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7050 class DataSetIdentifierDeclaration < Struct.new( :identifier, :data_set_arn) SENSITIVE = [] include Aws::Structure end |