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)


3826
3827
3828
# File 'sig/types.rbs', line 3826

def app_arn
  @app_arn
end

#app_name::String

Returns the value of attribute app_name.

Returns:

  • (::String)


3828
3829
3830
# File 'sig/types.rbs', line 3828

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


3827
3828
3829
# File 'sig/types.rbs', line 3827

def app_type
  @app_type
end

#built_in_lifecycle_config_arn::String

Returns the value of attribute built_in_lifecycle_config_arn.

Returns:

  • (::String)


3840
3841
3842
# File 'sig/types.rbs', line 3840

def built_in_lifecycle_config_arn
  @built_in_lifecycle_config_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3829
3830
3831
# File 'sig/types.rbs', line 3829

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


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

def effective_trusted_identity_propagation_status
  @effective_trusted_identity_propagation_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


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

def failure_reason
  @failure_reason
end

#last_health_check_timestamp::Time

Returns the value of attribute last_health_check_timestamp.

Returns:

  • (::Time)


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

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)


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

def last_user_activity_timestamp
  @last_user_activity_timestamp
end

#recovery_modeBoolean

Returns the value of attribute recovery_mode.

Returns:

  • (Boolean)


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

def recovery_mode
  @recovery_mode
end

#resource_specTypes::ResourceSpec

Returns the value of attribute resource_spec.

Returns:



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

def resource_spec
  @resource_spec
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def space_name
  @space_name
end

#status"Deleted", ...

Returns the value of attribute status.

Returns:

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


3832
3833
3834
# File 'sig/types.rbs', line 3832

def status
  @status
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


3830
3831
3832
# File 'sig/types.rbs', line 3830

def 
  @user_profile_name
end