Class: Aws::Types::DescribeOpsItemsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def next_token
  @next_token
end

#ops_item_filters::Array[Types::OpsItemFilter]

Returns the value of attribute ops_item_filters.

Returns:



1378
1379
1380
# File 'sig/types.rbs', line 1378

def ops_item_filters
  @ops_item_filters
end