Class: Aws::Types::SampleRequest
- Inherits:
-
Object
- Object
- Aws::Types::SampleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
45 46 47 |
# File 'sig/types.rbs', line 45 def body @body end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
43 44 45 |
# File 'sig/types.rbs', line 43 def job_arn @job_arn end |
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def trajectory_id @trajectory_id end |