RefreshSchemasStatus
public struct RefreshSchemasStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Declaration
Swift
public let endpointArn: String? -
The last failure message for the schema.
Declaration
Swift
public let lastFailureMessage: String? -
The date the schema was last refreshed.
Declaration
Swift
public let lastRefreshDate: TimeStamp? -
The Amazon Resource Name (ARN) of the replication instance.
Declaration
Swift
public let replicationInstanceArn: String? -
The status of the schema.
Declaration
Swift
public let status: RefreshSchemasStatusTypeValue? -
Undocumented
Declaration
Swift
public init(endpointArn: String? = nil, lastFailureMessage: String? = nil, lastRefreshDate: TimeStamp? = nil, replicationInstanceArn: String? = nil, status: RefreshSchemasStatusTypeValue? = nil)
View on GitHub
RefreshSchemasStatus Structure Reference