Class: Aws::Types::DescribeConfigurationOptionsMessage

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)


367
368
369
# File 'sig/types.rbs', line 367

def application_name
  @application_name
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def environment_name
  @environment_name
end

#options::Array[Types::OptionSpecification]

Returns the value of attribute options.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def options
  @options
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def solution_stack_name
  @solution_stack_name
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def template_name
  @template_name
end