Class: Aws::Types::GetOperationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



1896
1897
1898
# File 'sig/types.rbs', line 1896

def next_page_token
  @next_page_token
end

#operations::Array[Types::Operation]

Returns the value of attribute operations.

Returns:



1895
1896
1897
# File 'sig/types.rbs', line 1895

def operations
  @operations
end