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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 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.
| 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10544 class DataSourceSummary < Struct.new( :arn, :data_source_id, :name, :type, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |