Class: Aws::QuickSight::Types::DataSourceSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The arn of the datasource.

Returns:

  • (String)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

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.

Returns:

  • (Time)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

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.

Returns:

  • (String)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

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.

Returns:

  • (Time)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

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.

Returns:

  • (String)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

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.

Returns:

  • (String)


15534
15535
15536
15537
15538
15539
15540
15541
15542
15543
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15534

class DataSourceSummary < Struct.new(
  :arn,
  :data_source_id,
  :name,
  :type,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end