Class: Aws::Types::StartJobRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartJobRunResponse
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
620 621 622 |
# File 'sig/types.rbs', line 620 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
621 622 623 |
# File 'sig/types.rbs', line 621 def name @name end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def virtual_cluster_id @virtual_cluster_id end |