Class: Aws::Types::UpdateStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
-
#agent_access_config ⇒ Types::AgentAccessConfigForUpdate
Returns the value of attribute agent_access_config.
-
#application_settings ⇒ Types::ApplicationSettings
Returns the value of attribute application_settings.
-
#attributes_to_delete ⇒ ::Array[("STORAGE_CONNECTORS" | "STORAGE_CONNECTOR_HOMEFOLDERS" | "STORAGE_CONNECTOR_GOOGLE_DRIVE" | "STORAGE_CONNECTOR_ONE_DRIVE" | "REDIRECT_URL" | "FEEDBACK_URL" | "THEME_NAME" | "USER_SETTINGS" | "EMBED_HOST_DOMAINS" | "IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "STREAMING_EXPERIENCE_SETTINGS" | "CONTENT_REDIRECTION" | "AGENT_ACCESS_CONFIG")]
Returns the value of attribute attributes_to_delete.
-
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
-
#delete_storage_connectors ⇒ Boolean
Returns the value of attribute delete_storage_connectors.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#embed_host_domains ⇒ ::Array[::String]
Returns the value of attribute embed_host_domains.
-
#feedback_url ⇒ ::String
Returns the value of attribute feedback_url.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
-
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
-
#streaming_experience_settings ⇒ Types::StreamingExperienceSettings
Returns the value of attribute streaming_experience_settings.
-
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
Instance Attribute Details
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def access_endpoints @access_endpoints end |
#agent_access_config ⇒ Types::AgentAccessConfigForUpdate
Returns the value of attribute agent_access_config.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def agent_access_config @agent_access_config end |
#application_settings ⇒ Types::ApplicationSettings
Returns the value of attribute application_settings.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def application_settings @application_settings end |
#attributes_to_delete ⇒ ::Array[("STORAGE_CONNECTORS" | "STORAGE_CONNECTOR_HOMEFOLDERS" | "STORAGE_CONNECTOR_GOOGLE_DRIVE" | "STORAGE_CONNECTOR_ONE_DRIVE" | "REDIRECT_URL" | "FEEDBACK_URL" | "THEME_NAME" | "USER_SETTINGS" | "EMBED_HOST_DOMAINS" | "IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "STREAMING_EXPERIENCE_SETTINGS" | "CONTENT_REDIRECTION" | "AGENT_ACCESS_CONFIG")]
Returns the value of attribute attributes_to_delete.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def attributes_to_delete @attributes_to_delete end |
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def content_redirection @content_redirection end |
#delete_storage_connectors ⇒ Boolean
Returns the value of attribute delete_storage_connectors.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def delete_storage_connectors @delete_storage_connectors end |
#description ⇒ ::String
Returns the value of attribute description.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def display_name @display_name end |
#embed_host_domains ⇒ ::Array[::String]
Returns the value of attribute embed_host_domains.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def @embed_host_domains end |
#feedback_url ⇒ ::String
Returns the value of attribute feedback_url.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def feedback_url @feedback_url end |
#name ⇒ ::String
Returns the value of attribute name.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def name @name end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def redirect_url @redirect_url end |
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def storage_connectors @storage_connectors end |
#streaming_experience_settings ⇒ Types::StreamingExperienceSettings
Returns the value of attribute streaming_experience_settings.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def streaming_experience_settings @streaming_experience_settings end |
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def user_settings @user_settings end |