Class: Aws::Types::CreateAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#app_name ⇒ ::String
Returns the value of attribute app_name.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def app_name @app_name end |
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def app_type @app_type end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def domain_id @domain_id end |
#recovery_mode ⇒ Boolean
Returns the value of attribute recovery_mode.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def recovery_mode @recovery_mode end |
#resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute resource_spec.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def resource_spec @resource_spec end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def space_name @space_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def @tags end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def user_profile_name @user_profile_name end |