Class: Aws::Types::ParameterTextFieldControl

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.



8896
8897
8898
# File 'sig/types.rbs', line 8896

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::TextFieldControlDisplayOptions

Returns the value of attribute display_options.



8895
8896
8897
# File 'sig/types.rbs', line 8895

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8892
8893
8894
# File 'sig/types.rbs', line 8892

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8894
8895
8896
# File 'sig/types.rbs', line 8894

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8893
8894
8895
# File 'sig/types.rbs', line 8893

def title
  @title
end