Class: Aws::Types::ParameterTextAreaControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_title_format_textTypes::ControlTitleFormatText

Returns the value of attribute control_title_format_text.



8887
8888
8889
# File 'sig/types.rbs', line 8887

def control_title_format_text
  @control_title_format_text
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


8885
8886
8887
# File 'sig/types.rbs', line 8885

def delimiter
  @delimiter
end

#display_optionsTypes::TextAreaControlDisplayOptions

Returns the value of attribute display_options.



8886
8887
8888
# File 'sig/types.rbs', line 8886

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8882
8883
8884
# File 'sig/types.rbs', line 8882

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8884
8885
8886
# File 'sig/types.rbs', line 8884

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8883
8884
8885
# File 'sig/types.rbs', line 8883

def title
  @title
end