Class: Aws::Types::ComputeEnvironmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComputeEnvironmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment ⇒ "SPARK", ...
Returns the value of attribute compute_environment.
-
#connection_option_name_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_option_name_overrides.
-
#connection_options ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute connection_options.
-
#connection_properties_required_overrides ⇒ ::Array[::String]
Returns the value of attribute connection_properties_required_overrides.
-
#connection_property_name_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_property_name_overrides.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#physical_connection_properties_required ⇒ Boolean
Returns the value of attribute physical_connection_properties_required.
-
#supported_authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute supported_authentication_types.
Instance Attribute Details
#compute_environment ⇒ "SPARK", ...
Returns the value of attribute compute_environment.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def compute_environment @compute_environment end |
#connection_option_name_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_option_name_overrides.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def connection_option_name_overrides @connection_option_name_overrides end |
#connection_options ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute connection_options.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def @connection_options end |
#connection_properties_required_overrides ⇒ ::Array[::String]
Returns the value of attribute connection_properties_required_overrides.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def connection_properties_required_overrides @connection_properties_required_overrides end |
#connection_property_name_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute connection_property_name_overrides.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def connection_property_name_overrides @connection_property_name_overrides end |
#description ⇒ ::String
Returns the value of attribute description.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def name @name end |
#physical_connection_properties_required ⇒ Boolean
Returns the value of attribute physical_connection_properties_required.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def physical_connection_properties_required @physical_connection_properties_required end |
#supported_authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute supported_authentication_types.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def supported_authentication_types @supported_authentication_types end |