Class: Aws::Types::ListGroupPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def marker
  @marker
end

#policy_names::Array[::String]

Returns the value of attribute policy_names.

Returns:

  • (::Array[::String])


1190
1191
1192
# File 'sig/types.rbs', line 1190

def policy_names
  @policy_names
end