Class: Aws::Types::ListPolicyGrantsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grant_list::Array[Types::PolicyGrantMember]

Returns the value of attribute grant_list.

Returns:



4227
4228
4229
# File 'sig/types.rbs', line 4227

def grant_list
  @grant_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4228
4229
4230
# File 'sig/types.rbs', line 4228

def next_token
  @next_token
end