Class: Aws::Types::CreateRunGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRunGroupResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
368 369 370 |
# File 'sig/types.rbs', line 368 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
369 370 371 |
# File 'sig/types.rbs', line 369 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def end |