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)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def max_items
  @max_items
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def role_name
  @role_name
end