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:



3838
3839
3840
# File 'sig/types.rbs', line 3838

def app_name
  @app_name
end

#app_type"JupyterServer", ...

Returns the value of attribute app_type.

Returns:



3837
3838
3839
# File 'sig/types.rbs', line 3837

def app_type
  @app_type
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:



3834
3835
3836
# File 'sig/types.rbs', line 3834

def domain_id
  @domain_id
end

#space_name::String

Returns the value of attribute space_name.

Returns:



3836
3837
3838
# File 'sig/types.rbs', line 3836

def space_name
  @space_name
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:



3835
3836
3837
# File 'sig/types.rbs', line 3835

def 
  @user_profile_name
end