Class: Aws::Types::Stack

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:



1401
1402
1403
# File 'sig/types.rbs', line 1401

def access_endpoints
  @access_endpoints
end

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

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def arn
  @arn
end

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

Returns:

  • (::Time)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1402
1403
1404
# File 'sig/types.rbs', line 1402

def embed_host_domains
  @embed_host_domains
end

#feedback_url::String

Returns the value of attribute feedback_url.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def feedback_url
  @feedback_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def name
  @name
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



1395
1396
1397
# File 'sig/types.rbs', line 1395

def storage_connectors
  @storage_connectors
end

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

Returns:



1399
1400
1401
# File 'sig/types.rbs', line 1399

def 
  @user_settings
end