Class: Aws::Types::CreateAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_name::String

Returns the value of attribute app_name.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def app_name
  @app_name
end

#app_type"JupyterServer", ...

Returns the value of attribute app_type.

Returns:

  • ("JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas")


1914
1915
1916
# File 'sig/types.rbs', line 1914

def app_type
  @app_type
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def domain_id
  @domain_id
end

#recovery_modeBoolean

Returns the value of attribute recovery_mode.

Returns:

  • (Boolean)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def recovery_mode
  @recovery_mode
end

#resource_specTypes::ResourceSpec

Returns the value of attribute resource_spec.

Returns:



1917
1918
1919
# File 'sig/types.rbs', line 1917

def resource_spec
  @resource_spec
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def space_name
  @space_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1916
1917
1918
# File 'sig/types.rbs', line 1916

def tags
  @tags
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def 
  @user_profile_name
end