DescribeInstancesRequest

public struct DescribeInstancesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.

    Declaration

    Swift

    public let instanceIds: [String]?
  • A layer ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified layer.

    Declaration

    Swift

    public let layerId: String?
  • A stack ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified stack.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

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