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)


1930
1931
1932
# File 'sig/types.rbs', line 1930

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")


1929
1930
1931
# File 'sig/types.rbs', line 1929

def app_type
  @app_type
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def domain_id
  @domain_id
end

#recovery_modeBoolean

Returns the value of attribute recovery_mode.

Returns:

  • (Boolean)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def recovery_mode
  @recovery_mode
end

#resource_specTypes::ResourceSpec

Returns the value of attribute resource_spec.

Returns:



1932
1933
1934
# File 'sig/types.rbs', line 1932

def resource_spec
  @resource_spec
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def space_name
  @space_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1931
1932
1933
# File 'sig/types.rbs', line 1931

def tags
  @tags
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def 
  @user_profile_name
end