Class: Aws::Types::DeleteAppRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_name::String

Returns the value of attribute app_name.



3275
3276
3277
# File 'sig/types.rbs', line 3275

def app_name
  @app_name
end

#app_type"JupyterServer", ...

Returns the value of attribute app_type.



3274
3275
3276
# File 'sig/types.rbs', line 3274

def app_type
  @app_type
end

#domain_id::String

Returns the value of attribute domain_id.



3271
3272
3273
# File 'sig/types.rbs', line 3271

def domain_id
  @domain_id
end

#space_name::String

Returns the value of attribute space_name.



3273
3274
3275
# File 'sig/types.rbs', line 3273

def space_name
  @space_name
end

#user_profile_name::String

Returns the value of attribute user_profile_name.



3272
3273
3274
# File 'sig/types.rbs', line 3272

def 
  @user_profile_name
end