SpotFleetTagSpecification

public struct SpotFleetTagSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .

    Declaration

    Swift

    public let resourceType: ResourceType?
  • The tags.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(resourceType: ResourceType? = nil, tags: [Tag]? = nil)