Class: Aws::Types::DescribeObjectsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Returns the value of attribute has_more_results.

Returns:

  • (Boolean)


68
69
70
# File 'sig/types.rbs', line 68

def has_more_results
  @has_more_results
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def marker
  @marker
end

#pipeline_objects::Array[Types::PipelineObject]

Returns the value of attribute pipeline_objects.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def pipeline_objects
  @pipeline_objects
end