DescribeGlobalTableSettingsOutput
public struct DescribeGlobalTableSettingsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the global table.
Declaration
Swift
public let globalTableName: String? -
The Region-specific settings for the global table.
Declaration
Swift
public let replicaSettings: [ReplicaSettingsDescription]? -
Undocumented
Declaration
Swift
public init(globalTableName: String? = nil, replicaSettings: [ReplicaSettingsDescription]? = nil)
View on GitHub
DescribeGlobalTableSettingsOutput Structure Reference