Class: Aws::Types::CreateStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStackRequest
- 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::AgentAccessConfig
Returns the value of attribute agent_access_config.
-
#application_settings ⇒ Types::ApplicationSettings
Returns the value of attribute application_settings.
-
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
480 481 482 |
# File 'sig/types.rbs', line 480 def access_endpoints @access_endpoints end |
#agent_access_config ⇒ Types::AgentAccessConfig
Returns the value of attribute agent_access_config.
484 485 486 |
# File 'sig/types.rbs', line 484 def agent_access_config @agent_access_config end |
#application_settings ⇒ Types::ApplicationSettings
Returns the value of attribute application_settings.
478 479 480 |
# File 'sig/types.rbs', line 478 def application_settings @application_settings end |
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
483 484 485 |
# File 'sig/types.rbs', line 483 def content_redirection @content_redirection end |
#description ⇒ ::String
Returns the value of attribute description.
472 473 474 |
# File 'sig/types.rbs', line 472 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
473 474 475 |
# File 'sig/types.rbs', line 473 def display_name @display_name end |
#embed_host_domains ⇒ ::Array[::String]
Returns the value of attribute embed_host_domains.
481 482 483 |
# File 'sig/types.rbs', line 481 def end |
#feedback_url ⇒ ::String
Returns the value of attribute feedback_url.
476 477 478 |
# File 'sig/types.rbs', line 476 def feedback_url @feedback_url end |
#name ⇒ ::String
Returns the value of attribute name.
471 472 473 |
# File 'sig/types.rbs', line 471 def name @name end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
475 476 477 |
# File 'sig/types.rbs', line 475 def redirect_url @redirect_url end |
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
474 475 476 |
# File 'sig/types.rbs', line 474 def storage_connectors @storage_connectors end |
#streaming_experience_settings ⇒ Types::StreamingExperienceSettings
Returns the value of attribute streaming_experience_settings.
482 483 484 |
# File 'sig/types.rbs', line 482 def streaming_experience_settings @streaming_experience_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def end |
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
477 478 479 |
# File 'sig/types.rbs', line 477 def user_settings @user_settings end |