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

#arnString

The arn of the datasource.

Returns:

  • (String)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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

#created_timeTime

The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

Returns:

  • (Time)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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

#data_source_idString

The unique ID of the data source.

Returns:

  • (String)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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

#last_updated_timeTime

The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

Returns:

  • (Time)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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

#nameString

The name of the data source.

Returns:

  • (String)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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

#typeString

The type of the data source.

Returns:

  • (String)


8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8385

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