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)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def marker
  @marker
end

#versions::Array[Types::PolicyVersion]

Returns the value of attribute versions.

Returns:



1384
1385
1386
# File 'sig/types.rbs', line 1384

def versions
  @versions
end