DescribeStackResourceOutput
public struct DescribeStackResourceOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A StackResourceDetail structure containing the description of the specified resource in the specified stack.
Declaration
Swift
public let stackResourceDetail: StackResourceDetail? -
Undocumented
Declaration
Swift
public init(stackResourceDetail: StackResourceDetail? = nil)
View on GitHub
DescribeStackResourceOutput Structure Reference