Class: Aws::Types::DescribeConnectionTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena_connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute athena_connection_properties.
-
#authentication_configuration ⇒ Types::AuthConfiguration
Returns the value of attribute authentication_configuration.
-
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
-
#compute_environment_configurations ⇒ ::Hash[::String, Types::ComputeEnvironmentConfiguration]
Returns the value of attribute compute_environment_configurations.
-
#connection_options ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute connection_options.
-
#connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute connection_properties.
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#physical_connection_requirements ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute physical_connection_requirements.
-
#python_connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute python_connection_properties.
-
#rest_configuration ⇒ Types::RestConfiguration
Returns the value of attribute rest_configuration.
-
#spark_connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute spark_connection_properties.
Instance Attribute Details
#athena_connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute athena_connection_properties.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def athena_connection_properties @athena_connection_properties end |
#authentication_configuration ⇒ Types::AuthConfiguration
Returns the value of attribute authentication_configuration.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def authentication_configuration @authentication_configuration end |
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
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.
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.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def @connection_options end |
#connection_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute connection_properties.
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.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def connection_type @connection_type end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def python_connection_properties @python_connection_properties end |
#rest_configuration ⇒ Types::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.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def spark_connection_properties @spark_connection_properties end |