Class: Aws::Types::ListDelegationRequestsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_requests::Array[Types::DelegationRequest]

Returns the value of attribute delegation_requests.

Returns:



1157
1158
1159
# File 'sig/types.rbs', line 1157

def delegation_requests
  @delegation_requests
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def marker
  @marker
end