Class: Aws::Types::ListDelegationRequestsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def max_items
  @max_items
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def owner_id
  @owner_id
end