Class: Aws::Types::ListPoliciesResponse

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)


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

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def marker
  @marker
end

#policies::Array[Types::Policy]

Returns the value of attribute policies.

Returns:



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

def policies
  @policies
end