Class: Aws::QuickSight::Types::DescribeIngestionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestionTypes::Ingestion

Information about the ingestion.

Returns:



17140
17141
17142
17143
17144
17145
17146
# File 'lib/aws-sdk-quicksight/types.rb', line 17140

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


17140
17141
17142
17143
17144
17145
17146
# File 'lib/aws-sdk-quicksight/types.rb', line 17140

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


17140
17141
17142
17143
17144
17145
17146
# File 'lib/aws-sdk-quicksight/types.rb', line 17140

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