Class: Aws::Types::GetOperationsForResourceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_count::String

Returns the value of attribute next_page_count.

Returns:



1884
1885
1886
# File 'sig/types.rbs', line 1884

def next_page_count
  @next_page_count
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



1885
1886
1887
# File 'sig/types.rbs', line 1885

def next_page_token
  @next_page_token
end

#operations::Array[Types::Operation]

Returns the value of attribute operations.

Returns:



1883
1884
1885
# File 'sig/types.rbs', line 1883

def operations
  @operations
end