Class: Aws::Types::SqlApplicationConfigurationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_descriptions::Array[Types::InputDescription]

Returns the value of attribute input_descriptions.

Returns:



1197
1198
1199
# File 'sig/types.rbs', line 1197

def input_descriptions
  @input_descriptions
end

#output_descriptions::Array[Types::OutputDescription]

Returns the value of attribute output_descriptions.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def output_descriptions
  @output_descriptions
end

#reference_data_source_descriptions::Array[Types::ReferenceDataSourceDescription]

Returns the value of attribute reference_data_source_descriptions.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def reference_data_source_descriptions
  @reference_data_source_descriptions
end