Class: Aws::Types::ConnectivityProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athena_properties::Hash[::String, ::String]

Returns the value of attribute athena_properties.

Returns:

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


781
782
783
# File 'sig/types.rbs', line 781

def athena_properties
  @athena_properties
end

#authentication_configurationTypes::AuthenticationConfigurationInput

Returns the value of attribute authentication_configuration.



783
784
785
# File 'sig/types.rbs', line 783

def authentication_configuration
  @authentication_configuration
end

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

Returns the value of attribute connection_properties.

Returns:

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


774
775
776
# File 'sig/types.rbs', line 774

def connection_properties
  @connection_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def name
  @name
end

#physical_connection_requirementsTypes::PhysicalConnectionRequirements

Returns the value of attribute physical_connection_requirements.



775
776
777
# File 'sig/types.rbs', line 775

def physical_connection_requirements
  @physical_connection_requirements
end

#python_properties::Hash[::String, ::String]

Returns the value of attribute python_properties.

Returns:

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


782
783
784
# File 'sig/types.rbs', line 782

def python_properties
  @python_properties
end

#spark_properties::Hash[::String, ::String]

Returns the value of attribute spark_properties.

Returns:

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


780
781
782
# File 'sig/types.rbs', line 780

def spark_properties
  @spark_properties
end

#validate_credentialsBoolean

Returns the value of attribute validate_credentials.

Returns:

  • (Boolean)


778
779
780
# File 'sig/types.rbs', line 778

def validate_credentials
  @validate_credentials
end

#validate_for_compute_environments::Array[("SPARK" | "ATHENA" | "PYTHON")]

Returns the value of attribute validate_for_compute_environments.

Returns:

  • (::Array[("SPARK" | "ATHENA" | "PYTHON")])


779
780
781
# File 'sig/types.rbs', line 779

def validate_for_compute_environments
  @validate_for_compute_environments
end