Class: Aws::Types::CreateStackRequest

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:



480
481
482
# File 'sig/types.rbs', line 480

def access_endpoints
  @access_endpoints
end

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

Returns the value of attribute application_settings.



478
479
480
# File 'sig/types.rbs', line 478

def application_settings
  @application_settings
end

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

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


481
482
483
# File 'sig/types.rbs', line 481

def embed_host_domains
  @embed_host_domains
end

#feedback_url::String

Returns the value of attribute feedback_url.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def feedback_url
  @feedback_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def name
  @name
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


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.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def storage_connectors
  @storage_connectors
end

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

Returns:

  • (::Hash[::String, ::String])


479
480
481
# File 'sig/types.rbs', line 479

def tags
  @tags
end

#user_settings::Array[Types::UserSetting]

Returns the value of attribute user_settings.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def 
  @user_settings
end