Class: Aws::Types::DomainSettings
- Inherits:
-
Object
- Object
- Aws::Types::DomainSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_q_settings ⇒ Types::AmazonQSettings
Returns the value of attribute amazon_q_settings.
-
#docker_settings ⇒ Types::DockerSettings
Returns the value of attribute docker_settings.
-
#execution_role_identity_config ⇒ "USER_PROFILE_NAME", "DISABLED"
Returns the value of attribute execution_role_identity_config.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#r_studio_server_pro_domain_settings ⇒ Types::RStudioServerProDomainSettings
Returns the value of attribute r_studio_server_pro_domain_settings.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#trusted_identity_propagation_settings ⇒ Types::TrustedIdentityPropagationSettings
Returns the value of attribute trusted_identity_propagation_settings.
-
#unified_studio_settings ⇒ Types::UnifiedStudioSettings
Returns the value of attribute unified_studio_settings.
Instance Attribute Details
#amazon_q_settings ⇒ Types::AmazonQSettings
Returns the value of attribute amazon_q_settings.
5516 5517 5518 |
# File 'sig/types.rbs', line 5516 def amazon_q_settings @amazon_q_settings end |
#docker_settings ⇒ Types::DockerSettings
Returns the value of attribute docker_settings.
5515 5516 5517 |
# File 'sig/types.rbs', line 5515 def docker_settings @docker_settings end |
#execution_role_identity_config ⇒ "USER_PROFILE_NAME", "DISABLED"
Returns the value of attribute execution_role_identity_config.
5513 5514 5515 |
# File 'sig/types.rbs', line 5513 def execution_role_identity_config @execution_role_identity_config end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
5518 5519 5520 |
# File 'sig/types.rbs', line 5518 def ip_address_type @ip_address_type end |
#r_studio_server_pro_domain_settings ⇒ Types::RStudioServerProDomainSettings
Returns the value of attribute r_studio_server_pro_domain_settings.
5512 5513 5514 |
# File 'sig/types.rbs', line 5512 def r_studio_server_pro_domain_settings @r_studio_server_pro_domain_settings end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
5511 5512 5513 |
# File 'sig/types.rbs', line 5511 def security_group_ids @security_group_ids end |
#trusted_identity_propagation_settings ⇒ Types::TrustedIdentityPropagationSettings
Returns the value of attribute trusted_identity_propagation_settings.
5514 5515 5516 |
# File 'sig/types.rbs', line 5514 def trusted_identity_propagation_settings @trusted_identity_propagation_settings end |
#unified_studio_settings ⇒ Types::UnifiedStudioSettings
Returns the value of attribute unified_studio_settings.
5517 5518 5519 |
# File 'sig/types.rbs', line 5517 def unified_studio_settings @unified_studio_settings end |