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)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def max_items
  @max_items
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def policy_arn
  @policy_arn
end