Class: Aws::Types::ListKeyPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def next_marker
  @next_marker
end

#policy_names::Array[::String]

Returns the value of attribute policy_names.

Returns:

  • (::Array[::String])


714
715
716
# File 'sig/types.rbs', line 714

def policy_names
  @policy_names
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


716
717
718
# File 'sig/types.rbs', line 716

def truncated
  @truncated
end