Class: Aws::Types::DescribeAppResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


3843
3844
3845
# File 'sig/types.rbs', line 3843

def app_arn
  @app_arn
end

#app_name::String

Returns the value of attribute app_name.

Returns:

  • (::String)


3845
3846
3847
# File 'sig/types.rbs', line 3845

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


3844
3845
3846
# File 'sig/types.rbs', line 3844

def app_type
  @app_type
end

#built_in_lifecycle_config_arn::String

Returns the value of attribute built_in_lifecycle_config_arn.

Returns:

  • (::String)


3857
3858
3859
# File 'sig/types.rbs', line 3857

def built_in_lifecycle_config_arn
  @built_in_lifecycle_config_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3854
3855
3856
# File 'sig/types.rbs', line 3854

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3846
3847
3848
# File 'sig/types.rbs', line 3846

def domain_id
  @domain_id
end

#effective_trusted_identity_propagation_status"ENABLED", "DISABLED"

Returns the value of attribute effective_trusted_identity_propagation_status.

Returns:

  • ("ENABLED", "DISABLED")


3850
3851
3852
# File 'sig/types.rbs', line 3850

def effective_trusted_identity_propagation_status
  @effective_trusted_identity_propagation_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3855
3856
3857
# File 'sig/types.rbs', line 3855

def failure_reason
  @failure_reason
end

#last_health_check_timestamp::Time

Returns the value of attribute last_health_check_timestamp.

Returns:

  • (::Time)


3852
3853
3854
# File 'sig/types.rbs', line 3852

def last_health_check_timestamp
  @last_health_check_timestamp
end

#last_user_activity_timestamp::Time

Returns the value of attribute last_user_activity_timestamp.

Returns:

  • (::Time)


3853
3854
3855
# File 'sig/types.rbs', line 3853

def last_user_activity_timestamp
  @last_user_activity_timestamp
end

#recovery_modeBoolean

Returns the value of attribute recovery_mode.

Returns:

  • (Boolean)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def recovery_mode
  @recovery_mode
end

#resource_specTypes::ResourceSpec

Returns the value of attribute resource_spec.

Returns:



3856
3857
3858
# File 'sig/types.rbs', line 3856

def resource_spec
  @resource_spec
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


3848
3849
3850
# File 'sig/types.rbs', line 3848

def space_name
  @space_name
end

#status"Deleted", ...

Returns the value of attribute status.

Returns:

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


3849
3850
3851
# File 'sig/types.rbs', line 3849

def status
  @status
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


3847
3848
3849
# File 'sig/types.rbs', line 3847

def 
  @user_profile_name
end