Class: Aws::Types::ListCustomPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_permissions_list::Array[Types::CustomPermissions]

Returns the value of attribute custom_permissions_list.

Returns:



7424
7425
7426
# File 'sig/types.rbs', line 7424

def custom_permissions_list
  @custom_permissions_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7425
7426
7427
# File 'sig/types.rbs', line 7425

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7426
7427
7428
# File 'sig/types.rbs', line 7426

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7423
7424
7425
# File 'sig/types.rbs', line 7423

def status
  @status
end