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.



8536
8537
8538
# File 'sig/types.rbs', line 8536

def control_title_format_text
  @control_title_format_text
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


8534
8535
8536
# File 'sig/types.rbs', line 8534

def delimiter
  @delimiter
end

#display_optionsTypes::TextAreaControlDisplayOptions

Returns the value of attribute display_options.



8535
8536
8537
# File 'sig/types.rbs', line 8535

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8531
8532
8533
# File 'sig/types.rbs', line 8531

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8533
8534
8535
# File 'sig/types.rbs', line 8533

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8532
8533
8534
# File 'sig/types.rbs', line 8532

def title
  @title
end