StackSummary

public struct StackSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of apps.

    Declaration

    Swift

    public let appsCount: Int?
  • arn

    The stack’s ARN.

    Declaration

    Swift

    public let arn: String?
  • An InstancesCount object with the number of instances in each status.

    Declaration

    Swift

    public let instancesCount: InstancesCount?
  • The number of layers.

    Declaration

    Swift

    public let layersCount: Int?
  • The stack name.

    Declaration

    Swift

    public let name: String?
  • The stack ID.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(appsCount: Int? = nil, arn: String? = nil, instancesCount: InstancesCount? = nil, layersCount: Int? = nil, name: String? = nil, stackId: String? = nil)