Class: Aws::Types::GetJobRunInput
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def identifier @identifier end |