Class: Aws::Types::SampleWithResponseStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::SampleWithResponseStreamRequest
- 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.
58 59 60 |
# File 'sig/types.rbs', line 58 def body @body end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def job_arn @job_arn end |
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def trajectory_id @trajectory_id end |