Class: Aws::Types::CreateIngestionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def data_set_id
  @data_set_id
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def ingestion_id
  @ingestion_id
end

#ingestion_type"INCREMENTAL_REFRESH", "FULL_REFRESH"

Returns the value of attribute ingestion_type.

Returns:

  • ("INCREMENTAL_REFRESH", "FULL_REFRESH")


2497
2498
2499
# File 'sig/types.rbs', line 2497

def ingestion_type
  @ingestion_type
end