ListKeyPoliciesResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nextMarker
→ String?
-
When
Truncated
is true, this element is present and contains
the value to use for the Marker
parameter in a subsequent
request.
final
-
policyNames
→ List<String>?
-
A list of key policy names. The only valid value is
default
.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
truncated
→ bool?
-
A flag that indicates whether there are more items in the list. When this
value is true, the list in this response is truncated. To get more items,
pass the value of the
NextMarker
element in thisresponse to the
Marker
parameter in a subsequent request.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited