Class: Aws::Types::RStudioServerProDomainSettingsForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RStudioServerProDomainSettingsForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
-
#domain_execution_role_arn ⇒ ::String
Returns the value of attribute domain_execution_role_arn.
-
#r_studio_connect_url ⇒ ::String
Returns the value of attribute r_studio_connect_url.
-
#r_studio_package_manager_url ⇒ ::String
Returns the value of attribute r_studio_package_manager_url.
Instance Attribute Details
#default_resource_spec ⇒ Types::ResourceSpec
Returns the value of attribute default_resource_spec.
10318 10319 10320 |
# File 'sig/types.rbs', line 10318 def default_resource_spec @default_resource_spec end |
#domain_execution_role_arn ⇒ ::String
Returns the value of attribute domain_execution_role_arn.
10317 10318 10319 |
# File 'sig/types.rbs', line 10317 def domain_execution_role_arn @domain_execution_role_arn end |
#r_studio_connect_url ⇒ ::String
Returns the value of attribute r_studio_connect_url.
10319 10320 10321 |
# File 'sig/types.rbs', line 10319 def r_studio_connect_url @r_studio_connect_url end |
#r_studio_package_manager_url ⇒ ::String
Returns the value of attribute r_studio_package_manager_url.
10320 10321 10322 |
# File 'sig/types.rbs', line 10320 def r_studio_package_manager_url @r_studio_package_manager_url end |