Class: Aws::Types::ListOperationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_marker::String

Returns the value of attribute next_page_marker.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def next_page_marker
  @next_page_marker
end

#operations::Array[Types::OperationSummary]

Returns the value of attribute operations.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def operations
  @operations
end