Class: Aws::Types::ParameterDateTimePickerControl

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.



8473
8474
8475
# File 'sig/types.rbs', line 8473

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::DateTimePickerControlDisplayOptions

Returns the value of attribute display_options.



8472
8473
8474
# File 'sig/types.rbs', line 8472

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8469
8470
8471
# File 'sig/types.rbs', line 8469

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8471
8472
8473
# File 'sig/types.rbs', line 8471

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8470
8471
8472
# File 'sig/types.rbs', line 8470

def title
  @title
end