Class: Aws::Glue::Types::Capabilities
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::Capabilities
 
- Includes:
- Structure
- Defined in:
- 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.
| 1921 1922 1923 1924 1925 1926 1927 | # File 'lib/aws-sdk-glue/types.rb', line 1921 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.
| 1921 1922 1923 1924 1925 1926 1927 | # File 'lib/aws-sdk-glue/types.rb', line 1921 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.
| 1921 1922 1923 1924 1925 1926 1927 | # File 'lib/aws-sdk-glue/types.rb', line 1921 class Capabilities < Struct.new( :supported_authentication_types, :supported_data_operations, :supported_compute_environments) SENSITIVE = [] include Aws::Structure end |