Class: Aws::Types::UpdateDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_network_access_type"PublicInternetOnly", "VpcOnly"

Returns the value of attribute app_network_access_type.

Returns:

  • ("PublicInternetOnly", "VpcOnly")


12058
12059
12060
# File 'sig/types.rbs', line 12058

def app_network_access_type
  @app_network_access_type
end

#app_security_group_management"Service", "Customer"

Returns the value of attribute app_security_group_management.

Returns:

  • ("Service", "Customer")


12055
12056
12057
# File 'sig/types.rbs', line 12055

def app_security_group_management
  @app_security_group_management
end

#default_space_settingsTypes::DefaultSpaceSettings

Returns the value of attribute default_space_settings.



12056
12057
12058
# File 'sig/types.rbs', line 12056

def default_space_settings
  @default_space_settings
end

#default_user_settingsTypes::UserSettings

Returns the value of attribute default_user_settings.

Returns:



12053
12054
12055
# File 'sig/types.rbs', line 12053

def 
  @default_user_settings
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


12052
12053
12054
# File 'sig/types.rbs', line 12052

def domain_id
  @domain_id
end

#domain_settings_for_updateTypes::DomainSettingsForUpdate

Returns the value of attribute domain_settings_for_update.



12054
12055
12056
# File 'sig/types.rbs', line 12054

def domain_settings_for_update
  @domain_settings_for_update
end

#home_efs_file_system_creation"Enabled", "Disabled"

Returns the value of attribute home_efs_file_system_creation.

Returns:

  • ("Enabled", "Disabled")


12060
12061
12062
# File 'sig/types.rbs', line 12060

def home_efs_file_system_creation
  @home_efs_file_system_creation
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


12057
12058
12059
# File 'sig/types.rbs', line 12057

def subnet_ids
  @subnet_ids
end

#tag_propagation"ENABLED", "DISABLED"

Returns the value of attribute tag_propagation.

Returns:

  • ("ENABLED", "DISABLED")


12059
12060
12061
# File 'sig/types.rbs', line 12059

def tag_propagation
  @tag_propagation
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12061
12062
12063
# File 'sig/types.rbs', line 12061

def vpc_id
  @vpc_id
end