Class: Aws::Types::ConfigurationSettingsDescription

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)


204
205
206
# File 'sig/types.rbs', line 204

def application_name
  @application_name
end

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


209
210
211
# File 'sig/types.rbs', line 209

def date_created
  @date_created
end

#date_updated::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


210
211
212
# File 'sig/types.rbs', line 210

def date_updated
  @date_updated
end

#deployment_status"deployed", ...

Returns the value of attribute deployment_status.

Returns:

  • ("deployed", "pending", "failed")


208
209
210
# File 'sig/types.rbs', line 208

def deployment_status
  @deployment_status
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def description
  @description
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def environment_name
  @environment_name
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def option_settings
  @option_settings
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def solution_stack_name
  @solution_stack_name
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def template_name
  @template_name
end