Class: Aws::QuickSight::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A ‘DataSourceSummary` object that returns a summary of a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of the datasource.
-
#created_time ⇒ Time
The date and time that the data source was created.
-
#data_source_id ⇒ String
The unique ID of the data source.
-
#last_updated_time ⇒ Time
The date and time the data source was last updated.
-
#name ⇒ String
The name of the data source.
-
#type ⇒ String
The type of the data source.
Instance Attribute Details
#arn ⇒ String
The arn of the datasource.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique ID of the data source.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the data source.
9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9511 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |