DescribeLayersRequest

public struct DescribeLayersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

    Declaration

    Swift

    public let layerIds: [String]?
  • The stack ID.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(layerIds: [String]? = nil, stackId: String? = nil)