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.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def app_name @app_name end |
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def app_type @app_type end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def domain_id @domain_id end |
#recovery_mode ⇒ Boolean
Returns the value of attribute recovery_mode.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def recovery_mode @recovery_mode end |
#resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute resource_spec.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def resource_spec @resource_spec end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def space_name @space_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def @tags end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def user_profile_name @user_profile_name end |