Class: Aws::Types::DescribeConnectionTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athena_connection_properties::Hash[::String, Types::Property]

Returns the value of attribute athena_connection_properties.

Returns:



2671
2672
2673
# File 'sig/types.rbs', line 2671

def athena_connection_properties
  @athena_connection_properties
end

#authentication_configurationTypes::AuthConfiguration

Returns the value of attribute authentication_configuration.



2668
2669
2670
# File 'sig/types.rbs', line 2668

def authentication_configuration
  @authentication_configuration
end

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



2665
2666
2667
# File 'sig/types.rbs', line 2665

def capabilities
  @capabilities
end

#compute_environment_configurations::Hash[::String, Types::ComputeEnvironmentConfiguration]

Returns the value of attribute compute_environment_configurations.

Returns:



2669
2670
2671
# File 'sig/types.rbs', line 2669

def compute_environment_configurations
  @compute_environment_configurations
end

#connection_options::Hash[::String, Types::Property]

Returns the value of attribute connection_options.

Returns:



2667
2668
2669
# File 'sig/types.rbs', line 2667

def connection_options
  @connection_options
end

#connection_properties::Hash[::String, Types::Property]

Returns the value of attribute connection_properties.

Returns:



2666
2667
2668
# File 'sig/types.rbs', line 2666

def connection_properties
  @connection_properties
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def connection_type
  @connection_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def description
  @description
end

#physical_connection_requirements::Hash[::String, Types::Property]

Returns the value of attribute physical_connection_requirements.

Returns:



2670
2671
2672
# File 'sig/types.rbs', line 2670

def physical_connection_requirements
  @physical_connection_requirements
end

#python_connection_properties::Hash[::String, Types::Property]

Returns the value of attribute python_connection_properties.

Returns:



2672
2673
2674
# File 'sig/types.rbs', line 2672

def python_connection_properties
  @python_connection_properties
end

#rest_configurationTypes::RestConfiguration

Returns the value of attribute rest_configuration.



2674
2675
2676
# File 'sig/types.rbs', line 2674

def rest_configuration
  @rest_configuration
end

#spark_connection_properties::Hash[::String, Types::Property]

Returns the value of attribute spark_connection_properties.

Returns:



2673
2674
2675
# File 'sig/types.rbs', line 2673

def spark_connection_properties
  @spark_connection_properties
end