DescribeStackInstanceInput
public struct DescribeStackInstanceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of an AWS account that’s associated with this stack instance.
Declaration
Swift
public let stackInstanceAccount: String -
The name of a Region that’s associated with this stack instance.
Declaration
Swift
public let stackInstanceRegion: String -
The name or the unique stack ID of the stack set that you want to get stack instance information for.
Declaration
Swift
public let stackSetName: String -
Undocumented
Declaration
Swift
public init(stackInstanceAccount: String, stackInstanceRegion: String, stackSetName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeStackInstanceInput Structure Reference