Class: Aws::Types::StartRunResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def arn
  @arn
end

#configurationTypes::ConfigurationDetails

Returns the value of attribute configuration.



2278
2279
2280
# File 'sig/types.rbs', line 2278

def configuration
  @configuration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def id
  @id
end

#networking_mode::String

Returns the value of attribute networking_mode.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def networking_mode
  @networking_mode
end

#run_output_uri::String

Returns the value of attribute run_output_uri.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def run_output_uri
  @run_output_uri
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "DELETED", "CANCELLED", "FAILED")


2274
2275
2276
# File 'sig/types.rbs', line 2274

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2275
2276
2277
# File 'sig/types.rbs', line 2275

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def uuid
  @uuid
end