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)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def data_set_id
  @data_set_id
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def ingestion_id
  @ingestion_id
end

#ingestion_type"INCREMENTAL_REFRESH", "FULL_REFRESH"

Returns the value of attribute ingestion_type.

Returns:

  • ("INCREMENTAL_REFRESH", "FULL_REFRESH")


2381
2382
2383
# File 'sig/types.rbs', line 2381

def ingestion_type
  @ingestion_type
end