Class: Aws::Types::ListRolePoliciesRequest

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)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def max_items
  @max_items
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def role_name
  @role_name
end