Class: Aws::Types::StartRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::ConfigurationDetails
Returns the value of attribute configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#networking_mode ⇒ ::String
Returns the value of attribute networking_mode.
-
#run_output_uri ⇒ ::String
Returns the value of attribute run_output_uri.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def arn @arn end |
#configuration ⇒ Types::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.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def id @id end |
#networking_mode ⇒ ::String
Returns the value of attribute networking_mode.
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.
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.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def uuid @uuid end |