Class: Aws::Types::StartPracticeRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPracticeRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#away_from ⇒ ::String
Returns the value of attribute away_from.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#away_from ⇒ ::String
Returns the value of attribute away_from.
191 192 193 |
# File 'sig/types.rbs', line 191 def away_from @away_from end |
#comment ⇒ ::String
Returns the value of attribute comment.
192 193 194 |
# File 'sig/types.rbs', line 192 def comment @comment end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
190 191 192 |
# File 'sig/types.rbs', line 190 def resource_identifier @resource_identifier end |