Class: Aws::Types::Stack
- Inherits:
-
Object
- Object
- Aws::Types::Stack
- 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::ApplicationSettingsResponse
Returns the value of attribute application_settings.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#stack_errors ⇒ ::Array[Types::StackError]
Returns the value of attribute stack_errors.
-
#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.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def access_endpoints @access_endpoints end |
#agent_access_config ⇒ Types::AgentAccessConfig
Returns the value of attribute agent_access_config.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def agent_access_config @agent_access_config end |
#application_settings ⇒ Types::ApplicationSettingsResponse
Returns the value of attribute application_settings.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def application_settings @application_settings end |
#arn ⇒ ::String
Returns the value of attribute arn.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def arn @arn end |
#content_redirection ⇒ Types::ContentRedirection
Returns the value of attribute content_redirection.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def content_redirection @content_redirection end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def display_name @display_name end |
#embed_host_domains ⇒ ::Array[::String]
Returns the value of attribute embed_host_domains.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def @embed_host_domains end |
#feedback_url ⇒ ::String
Returns the value of attribute feedback_url.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def feedback_url @feedback_url end |
#name ⇒ ::String
Returns the value of attribute name.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def name @name end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def redirect_url @redirect_url end |
#stack_errors ⇒ ::Array[Types::StackError]
Returns the value of attribute stack_errors.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def stack_errors @stack_errors end |
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def storage_connectors @storage_connectors end |
#streaming_experience_settings ⇒ Types::StreamingExperienceSettings
Returns the value of attribute streaming_experience_settings.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def streaming_experience_settings @streaming_experience_settings end |
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def user_settings @user_settings end |