Class: Aws::Types::ComputeEnvironmentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment"SPARK", ...

Returns the value of attribute compute_environment.

Returns:

  • ("SPARK", "ATHENA", "PYTHON")


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:



1021
1022
1023
# File 'sig/types.rbs', line 1021

def connection_options
  @connection_options
end

#connection_properties_required_overrides::Array[::String]

Returns the value of attribute connection_properties_required_overrides.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def name
  @name
end

#physical_connection_properties_requiredBoolean

Returns the value of attribute physical_connection_properties_required.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")])


1020
1021
1022
# File 'sig/types.rbs', line 1020

def supported_authentication_types
  @supported_authentication_types
end