Class: Aws::Types::CancelIngestionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def arn
  @arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def ingestion_id
  @ingestion_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def status
  @status
end