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.
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.
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.
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.
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.
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.
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.
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.
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.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def @last_health_check_timestamp end |
#last_user_activity_timestamp ⇒ ::Time
Returns the value of attribute last_user_activity_timestamp.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def @last_user_activity_timestamp end |
#recovery_mode ⇒ Boolean
Returns the value of attribute recovery_mode.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def recovery_mode @recovery_mode end |
#resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute resource_spec.
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.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def space_name @space_name end |
#status ⇒ "Deleted", ...
Returns the value of attribute status.
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.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def user_profile_name @user_profile_name end |