SnapshotCopyGrantMessage class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
marker
→ String?
-
An optional parameter that specifies the starting point to return a set of
response records. When the results of a
DescribeSnapshotCopyGrant
request exceed the value specified in
MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by
providing the returned marker value in the Marker
parameter and
retrying the request.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshotCopyGrants
→ List<SnapshotCopyGrant>?
-
The list of
SnapshotCopyGrant
objects.
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