Class: Aws::Glue::Types::Capabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Capabilities
- 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
-
#supported_authentication_types ⇒ Array<String>
A list of supported authentication types.
-
#supported_compute_environments ⇒ Array<String>
A list of supported compute environments.
-
#supported_data_operations ⇒ Array<String>
A list of supported data operations.
Instance Attribute Details
#supported_authentication_types ⇒ Array<String>
A list of supported authentication types.
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_environments ⇒ Array<String>
A list of supported compute environments.
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_operations ⇒ Array<String>
A list of supported data operations.
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 |