Class: Aws::Types::SendProjectSessionActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendProjectSessionActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_session_id ⇒ ::String
Returns the value of attribute client_session_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#preview ⇒ Boolean
Returns the value of attribute preview.
-
#recipe_step ⇒ Types::RecipeStep
Returns the value of attribute recipe_step.
-
#step_index ⇒ ::Integer
Returns the value of attribute step_index.
-
#view_frame ⇒ Types::ViewFrame
Returns the value of attribute view_frame.
Instance Attribute Details
#client_session_id ⇒ ::String
Returns the value of attribute client_session_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def client_session_id @client_session_id end |
#name ⇒ ::String
Returns the value of attribute name.
876 877 878 |
# File 'sig/types.rbs', line 876 def name @name end |
#preview ⇒ Boolean
Returns the value of attribute preview.
875 876 877 |
# File 'sig/types.rbs', line 875 def preview @preview end |
#recipe_step ⇒ Types::RecipeStep
Returns the value of attribute recipe_step.
877 878 879 |
# File 'sig/types.rbs', line 877 def recipe_step @recipe_step end |
#step_index ⇒ ::Integer
Returns the value of attribute step_index.
878 879 880 |
# File 'sig/types.rbs', line 878 def step_index @step_index end |
#view_frame ⇒ Types::ViewFrame
Returns the value of attribute view_frame.
880 881 882 |
# File 'sig/types.rbs', line 880 def view_frame @view_frame end |