Class: Aws::Types::DescribeAppRequest

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)


3821
3822
3823
# File 'sig/types.rbs', line 3821

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


3820
3821
3822
# File 'sig/types.rbs', line 3820

def app_type
  @app_type
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def domain_id
  @domain_id
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def space_name
  @space_name
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


3818
3819
3820
# File 'sig/types.rbs', line 3818

def 
  @user_profile_name
end