Method: Aws::RoboMaker::Types::SimulationJobSummary#arn
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4876 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |