GetComponentResponse
public struct GetComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The component object associated with the specified ARN.
Declaration
Swift
public let component: Component? -
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String? -
Undocumented
Declaration
Swift
public init(component: Component? = nil, requestId: String? = nil)
View on GitHub
GetComponentResponse Structure Reference