Class: Aws::Types::StringConfigurationOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


7794
7795
7796
# File 'sig/types.rbs', line 7794

def default_value
  @default_value
end

#expression_description::String

Returns the value of attribute expression_description.

Returns:

  • (::String)


7796
7797
7798
# File 'sig/types.rbs', line 7796

def expression_description
  @expression_description
end

#re_2_expression::String

Returns the value of attribute re_2_expression.

Returns:

  • (::String)


7795
7796
7797
# File 'sig/types.rbs', line 7795

def re_2_expression
  @re_2_expression
end