Class: Aws::Types::SendProjectSessionActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id ⇒ ::Integer

Returns the value of attribute action_id.

Returns:

  • (::Integer)


887
888
889
# File 'sig/types.rbs', line 887

def action_id
  @action_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def name
  @name
end

#result ⇒ ::String

Returns the value of attribute result.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def result
  @result
end