Class: Aws::Types::ListKeyPoliciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def key_id
  @key_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


708
709
710
# File 'sig/types.rbs', line 708

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def marker
  @marker
end