DeregisterRobotResponse

public struct DeregisterRobotResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the fleet.

    Declaration

    Swift

    public let fleet: String?
  • The Amazon Resource Name (ARN) of the robot.

    Declaration

    Swift

    public let robot: String?
  • Undocumented

    Declaration

    Swift

    public init(fleet: String? = nil, robot: String? = nil)