Class: Aws::Types::AwsElasticBeanstalkEnvironmentOptionSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def namespace
  @namespace
end

#option_name::String

Returns the value of attribute option_name.

Returns:

  • (::String)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def option_name
  @option_name
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def resource_name
  @resource_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def value
  @value
end