Class: Aws::Types::SetStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_ids::Array[::String]

Returns the value of attribute object_ids.

Returns:

  • (::Array[::String])


286
287
288
# File 'sig/types.rbs', line 286

def object_ids
  @object_ids
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def pipeline_id
  @pipeline_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def status
  @status
end