Class: Aws::Types::UpdateStackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoints::Array[Types::AccessEndpoint]

Returns the value of attribute access_endpoints.

Returns:



1649
1650
1651
# File 'sig/types.rbs', line 1649

def access_endpoints
  @access_endpoints
end

#agent_access_configTypes::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_settingsTypes::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.

Returns:

  • (::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")])


1646
1647
1648
# File 'sig/types.rbs', line 1646

def attributes_to_delete
  @attributes_to_delete
end

#content_redirectionTypes::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_connectorsBoolean

Returns the value of attribute delete_storage_connectors.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1650
1651
1652
# File 'sig/types.rbs', line 1650

def embed_host_domains
  @embed_host_domains
end

#feedback_url::String

Returns the value of attribute feedback_url.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def feedback_url
  @feedback_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def name
  @name
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


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.

Returns:



1642
1643
1644
# File 'sig/types.rbs', line 1642

def storage_connectors
  @storage_connectors
end

#streaming_experience_settingsTypes::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.

Returns:



1647
1648
1649
# File 'sig/types.rbs', line 1647

def 
  @user_settings
end