Class: Aws::Types::DomainSettingsForUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_settingsTypes::AmazonQSettings

Returns the value of attribute amazon_q_settings.

Returns:



5547
5548
5549
# File 'sig/types.rbs', line 5547

def amazon_q_settings
  @amazon_q_settings
end

#docker_settingsTypes::DockerSettings

Returns the value of attribute docker_settings.

Returns:



5546
5547
5548
# File 'sig/types.rbs', line 5546

def docker_settings
  @docker_settings
end

#execution_role_identity_config"USER_PROFILE_NAME", "DISABLED"

Returns the value of attribute execution_role_identity_config.

Returns:



5543
5544
5545
# File 'sig/types.rbs', line 5543

def execution_role_identity_config
  @execution_role_identity_config
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:



5549
5550
5551
# File 'sig/types.rbs', line 5549

def ip_address_type
  @ip_address_type
end

#r_studio_server_pro_domain_settings_for_updateTypes::RStudioServerProDomainSettingsForUpdate

Returns the value of attribute r_studio_server_pro_domain_settings_for_update.

Returns:



5542
5543
5544
# File 'sig/types.rbs', line 5542

def r_studio_server_pro_domain_settings_for_update
  @r_studio_server_pro_domain_settings_for_update
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:



5544
5545
5546
# File 'sig/types.rbs', line 5544

def security_group_ids
  @security_group_ids
end

#trusted_identity_propagation_settingsTypes::TrustedIdentityPropagationSettings

Returns the value of attribute trusted_identity_propagation_settings.

Returns:



5545
5546
5547
# File 'sig/types.rbs', line 5545

def trusted_identity_propagation_settings
  @trusted_identity_propagation_settings
end

#unified_studio_settingsTypes::UnifiedStudioSettings

Returns the value of attribute unified_studio_settings.

Returns:



5548
5549
5550
# File 'sig/types.rbs', line 5548

def unified_studio_settings
  @unified_studio_settings
end