Class: Aws::Types::DescribeAppResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
-
#built_in_lifecycle_config_arn ⇒ ::String
Returns the value of attribute built_in_lifecycle_config_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#effective_trusted_identity_propagation_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute effective_trusted_identity_propagation_status.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_health_check_timestamp ⇒ ::Time
Returns the value of attribute last_health_check_timestamp.
-
#last_user_activity_timestamp ⇒ ::Time
Returns the value of attribute last_user_activity_timestamp.
-
#recovery_mode ⇒ Boolean
Returns the value of attribute recovery_mode.
-
#resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute resource_spec.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#status ⇒ "Deleted", ...
Returns the value of attribute status.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
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.
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.
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.
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.
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.
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.
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.
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.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def @last_health_check_timestamp end |
#last_user_activity_timestamp ⇒ ::Time
Returns the value of attribute last_user_activity_timestamp.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def @last_user_activity_timestamp end |
#recovery_mode ⇒ Boolean
Returns the value of attribute recovery_mode.
3851 3852 3853 |
# File 'sig/types.rbs', line 3851 def recovery_mode @recovery_mode end |
#resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute resource_spec.
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.
3848 3849 3850 |
# File 'sig/types.rbs', line 3848 def space_name @space_name end |
#status ⇒ "Deleted", ...
Returns the value of attribute status.
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.
3847 3848 3849 |
# File 'sig/types.rbs', line 3847 def user_profile_name @user_profile_name end |