DescribeComponentResponse
public struct DescribeComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let applicationComponent: ApplicationComponent? -
The list of resource ARNs that belong to the component.
Declaration
Swift
public let resourceList: [String]? -
Undocumented
Declaration
Swift
public init(applicationComponent: ApplicationComponent? = nil, resourceList: [String]? = nil)
View on GitHub
DescribeComponentResponse Structure Reference