Class: Aws::QuickSight::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSourceSummary
- Defined in:
- gems/aws-sdk-quicksight/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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 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.
9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9597 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |