Class: Aws::Types::DescribeObjectsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluate_expressionsBoolean

Returns the value of attribute evaluate_expressions.

Returns:

  • (Boolean)


60
61
62
# File 'sig/types.rbs', line 60

def evaluate_expressions
  @evaluate_expressions
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def marker
  @marker
end

#object_ids::Array[::String]

Returns the value of attribute object_ids.

Returns:

  • (::Array[::String])


59
60
61
# File 'sig/types.rbs', line 59

def object_ids
  @object_ids
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def pipeline_id
  @pipeline_id
end