Class: Aws::Types::AppDetails

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)


433
434
435
# File 'sig/types.rbs', line 433

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


432
433
434
# File 'sig/types.rbs', line 432

def app_type
  @app_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


435
436
437
# File 'sig/types.rbs', line 435

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def domain_id
  @domain_id
end

#resource_specTypes::ResourceSpec

Returns the value of attribute resource_spec.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def resource_spec
  @resource_spec
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def space_name
  @space_name
end

#status"Deleted", ...

Returns the value of attribute status.

Returns:

  • ("Deleted", "Deleting", "Failed", "InService", "Pending")


434
435
436
# File 'sig/types.rbs', line 434

def status
  @status
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def 
  @user_profile_name
end