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)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def max_items
  @max_items
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def owner_id
  @owner_id
end