ListStackResourcesInput

public struct ListStackResourcesInput : AWSShape
extension CloudFormation.ListStackResourcesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string that identifies the next page of stack resources that you want to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • The name or the unique stack ID that is associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack’s name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.

    Declaration

    Swift

    public let stackName: String
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, stackName: String)
  • Declaration

    Swift

    public func validate(name: String) throws