Class: Aws::Types::SendProjectSessionActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_session_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_session_id ⇒ ::String

Returns the value of attribute client_session_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def name
  @name
end

#preview ⇒ Boolean

Returns the value of attribute preview.

Returns:

  • (Boolean)


875
876
877
# File 'sig/types.rbs', line 875

def preview
  @preview
end

#recipe_step ⇒ Types::RecipeStep

Returns the value of attribute recipe_step.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:



880
881
882
# File 'sig/types.rbs', line 880

def view_frame
  @view_frame
end