Class: Aws::Types::CanvasAppSettings
- Inherits:
-
Object
- Object
- Aws::Types::CanvasAppSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_deploy_settings ⇒ Types::DirectDeploySettings
Returns the value of attribute direct_deploy_settings.
-
#emr_serverless_settings ⇒ Types::EmrServerlessSettings
Returns the value of attribute emr_serverless_settings.
-
#generative_ai_settings ⇒ Types::GenerativeAiSettings
Returns the value of attribute generative_ai_settings.
-
#identity_provider_o_auth_settings ⇒ ::Array[Types::IdentityProviderOAuthSetting]
Returns the value of attribute identity_provider_o_auth_settings.
-
#kendra_settings ⇒ Types::KendraSettings
Returns the value of attribute kendra_settings.
-
#model_register_settings ⇒ Types::ModelRegisterSettings
Returns the value of attribute model_register_settings.
-
#time_series_forecasting_settings ⇒ Types::TimeSeriesForecastingSettings
Returns the value of attribute time_series_forecasting_settings.
-
#workspace_settings ⇒ Types::WorkspaceSettings
Returns the value of attribute workspace_settings.
Instance Attribute Details
#direct_deploy_settings ⇒ Types::DirectDeploySettings
Returns the value of attribute direct_deploy_settings.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def direct_deploy_settings @direct_deploy_settings end |
#emr_serverless_settings ⇒ Types::EmrServerlessSettings
Returns the value of attribute emr_serverless_settings.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def emr_serverless_settings @emr_serverless_settings end |
#generative_ai_settings ⇒ Types::GenerativeAiSettings
Returns the value of attribute generative_ai_settings.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def generative_ai_settings @generative_ai_settings end |
#identity_provider_o_auth_settings ⇒ ::Array[Types::IdentityProviderOAuthSetting]
Returns the value of attribute identity_provider_o_auth_settings.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def identity_provider_o_auth_settings @identity_provider_o_auth_settings end |
#kendra_settings ⇒ Types::KendraSettings
Returns the value of attribute kendra_settings.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def kendra_settings @kendra_settings end |
#model_register_settings ⇒ Types::ModelRegisterSettings
Returns the value of attribute model_register_settings.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def model_register_settings @model_register_settings end |
#time_series_forecasting_settings ⇒ Types::TimeSeriesForecastingSettings
Returns the value of attribute time_series_forecasting_settings.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def time_series_forecasting_settings @time_series_forecasting_settings end |
#workspace_settings ⇒ Types::WorkspaceSettings
Returns the value of attribute workspace_settings.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def workspace_settings @workspace_settings end |