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)


6619
6620
6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-quicksight/types.rb', line 6619

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)


6619
6620
6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-quicksight/types.rb', line 6619

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

#ingestion_statusString

The ingestion status.

Returns:

  • (String)


6619
6620
6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-quicksight/types.rb', line 6619

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)


6619
6620
6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-quicksight/types.rb', line 6619

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)


6619
6620
6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-quicksight/types.rb', line 6619

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