Class: Aws::Types::ListPolicyVersionsResponse

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)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def marker
  @marker
end

#versions::Array[Types::PolicyVersion]

Returns the value of attribute versions.

Returns:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def versions
  @versions
end