DescribeFleetAttributesOutput

public struct DescribeFleetAttributesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.

    Declaration

    Swift

    public let fleetAttributes: [FleetAttributes]?
  • Token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(fleetAttributes: [FleetAttributes]? = nil, nextToken: String? = nil)