Class: Aws::Types::GetSessionActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def queue_id
  @queue_id
end

#session_action_id::String

Returns the value of attribute session_action_id.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def session_action_id
  @session_action_id
end