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.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def direct_deploy_settings @direct_deploy_settings end |
#emr_serverless_settings ⇒ Types::EmrServerlessSettings
Returns the value of attribute emr_serverless_settings.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def emr_serverless_settings @emr_serverless_settings end |
#generative_ai_settings ⇒ Types::GenerativeAiSettings
Returns the value of attribute generative_ai_settings.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def identity_provider_o_auth_settings @identity_provider_o_auth_settings end |
#kendra_settings ⇒ Types::KendraSettings
Returns the value of attribute kendra_settings.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def kendra_settings @kendra_settings end |
#model_register_settings ⇒ Types::ModelRegisterSettings
Returns the value of attribute model_register_settings.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def model_register_settings @model_register_settings end |
#time_series_forecasting_settings ⇒ Types::TimeSeriesForecastingSettings
Returns the value of attribute time_series_forecasting_settings.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def time_series_forecasting_settings @time_series_forecasting_settings end |
#workspace_settings ⇒ Types::WorkspaceSettings
Returns the value of attribute workspace_settings.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def workspace_settings @workspace_settings end |