Class: Aws::Types::CustomStepDetails
- Inherits:
-
Object
- Object
- Aws::Types::CustomStepDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_file_location ⇒ ::String
Returns the value of attribute source_file_location.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
235 236 237 |
# File 'sig/types.rbs', line 235 def name @name end |
#source_file_location ⇒ ::String
Returns the value of attribute source_file_location.
238 239 240 |
# File 'sig/types.rbs', line 238 def source_file_location @source_file_location end |
#target ⇒ ::String
Returns the value of attribute target.
236 237 238 |
# File 'sig/types.rbs', line 236 def target @target end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
237 238 239 |
# File 'sig/types.rbs', line 237 def timeout_seconds @timeout_seconds end |