Class: Aws::Types::StartRunBatchResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRunBatchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "CREATING", ...
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.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def id @id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def uuid @uuid end |