Class: Aws::Types::ListPolicyVersionsRequest

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)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def max_items
  @max_items
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def policy_arn
  @policy_arn
end