EndpointConfigSummary
public struct EndpointConfigSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp that shows when the endpoint configuration was created.
Declaration
Swift
public let creationTime: TimeStamp -
The Amazon Resource Name (ARN) of the endpoint configuration.
Declaration
Swift
public let endpointConfigArn: String -
The name of the endpoint configuration.
Declaration
Swift
public let endpointConfigName: String -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, endpointConfigArn: String, endpointConfigName: String)
View on GitHub
EndpointConfigSummary Structure Reference