Class: Aws::QuickSight::Types::CreateIngestionResponse

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

#arnString

The Amazon Resource Name (ARN) for the data ingestion.

Returns:

  • (String)


6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-quicksight/types.rb', line 6097

class CreateIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_idString

An ID for the ingestion.

Returns:

  • (String)


6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-quicksight/types.rb', line 6097

class CreateIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_statusString

The ingestion status.

Returns:

  • (String)


6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-quicksight/types.rb', line 6097

class CreateIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-quicksight/types.rb', line 6097

class CreateIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'lib/aws-sdk-quicksight/types.rb', line 6097

class CreateIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end