Class: Aws::Types::SampleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def body
  @body
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def trajectory_id
  @trajectory_id
end