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)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def arn
  @arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def ingestion_id
  @ingestion_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def status
  @status
end