DescribeGlobalReplicationGroupsResult

public struct DescribeGlobalReplicationGroupsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates the slot configuration and global identifier for each slice group.

    Declaration

    Swift

    public let globalReplicationGroups: [GlobalReplicationGroup]?
  • An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(globalReplicationGroups: [GlobalReplicationGroup]? = nil, marker: String? = nil)