CreateRobotApplicationResponse

public struct CreateRobotApplicationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the robot application.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the robot application was last updated.

    Declaration

    Swift

    public let lastUpdatedAt: TimeStamp?
  • The name of the robot application.

    Declaration

    Swift

    public let name: String?
  • The revision id of the robot application.

    Declaration

    Swift

    public let revisionId: String?
  • The robot software suite (ROS distribution) used by the robot application.

    Declaration

    Swift

    public let robotSoftwareSuite: RobotSoftwareSuite?
  • The sources of the robot application.

    Declaration

    Swift

    public let sources: [Source]?
  • The list of all tags added to the robot application.

    Declaration

    Swift

    public let tags: [String : String]?
  • The version of the robot application.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil, revisionId: String? = nil, robotSoftwareSuite: RobotSoftwareSuite? = nil, sources: [Source]? = nil, tags: [String : String]? = nil, version: String? = nil)