Class: Aws::Types::CreateEnvironmentMessage

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)


261
262
263
# File 'sig/types.rbs', line 261

def application_name
  @application_name
end

#cname_prefix::String

Returns the value of attribute cname_prefix.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def cname_prefix
  @cname_prefix
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def description
  @description
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def environment_name
  @environment_name
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def group_name
  @group_name
end

#operations_role::String

Returns the value of attribute operations_role.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def operations_role
  @operations_role
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def option_settings
  @option_settings
end

#options_to_remove::Array[Types::OptionSpecification]

Returns the value of attribute options_to_remove.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def options_to_remove
  @options_to_remove
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def solution_stack_name
  @solution_stack_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def template_name
  @template_name
end

#tierTypes::EnvironmentTier

Returns the value of attribute tier.



266
267
268
# File 'sig/types.rbs', line 266

def tier
  @tier
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def version_label
  @version_label
end