Class: Aws::Glue::Types::Capabilities

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies the supported authentication types returned by the DescribeConnectionType API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#supported_authentication_typesArray<String>

A list of supported authentication types.

Returns:

  • (Array<String>)


1907
1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1907

class Capabilities < Struct.new(
  :supported_authentication_types,
  :supported_data_operations,
  :supported_compute_environments)
  SENSITIVE = []
  include Aws::Structure
end

#supported_compute_environmentsArray<String>

A list of supported compute environments.

Returns:

  • (Array<String>)


1907
1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1907

class Capabilities < Struct.new(
  :supported_authentication_types,
  :supported_data_operations,
  :supported_compute_environments)
  SENSITIVE = []
  include Aws::Structure
end

#supported_data_operationsArray<String>

A list of supported data operations.

Returns:

  • (Array<String>)


1907
1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1907

class Capabilities < Struct.new(
  :supported_authentication_types,
  :supported_data_operations,
  :supported_compute_environments)
  SENSITIVE = []
  include Aws::Structure
end