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.



8545
8546
8547
# File 'sig/types.rbs', line 8545

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::TextFieldControlDisplayOptions

Returns the value of attribute display_options.



8544
8545
8546
# File 'sig/types.rbs', line 8544

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8541
8542
8543
# File 'sig/types.rbs', line 8541

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8543
8544
8545
# File 'sig/types.rbs', line 8543

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8542
8543
8544
# File 'sig/types.rbs', line 8542

def title
  @title
end