Class: Aws::Types::CreateConfigurationTemplateMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def application_name
  @application_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def environment_id
  @environment_id
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def option_settings
  @option_settings
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def solution_stack_name
  @solution_stack_name
end

#source_configurationTypes::SourceConfiguration

Returns the value of attribute source_configuration.



252
253
254
# File 'sig/types.rbs', line 252

def source_configuration
  @source_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def tags
  @tags
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def template_name
  @template_name
end