Class: Aws::QuickSight::Types::DescribeDataSourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The information on the data source.

Returns:



11804
11805
11806
11807
11808
11809
11810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11804

class DescribeDataSourceResponse < Struct.new(
  :data_source,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


11804
11805
11806
11807
11808
11809
11810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11804

class DescribeDataSourceResponse < Struct.new(
  :data_source,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


11804
11805
11806
11807
11808
11809
11810
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11804

class DescribeDataSourceResponse < Struct.new(
  :data_source,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end