Class: Aws::Glue::Types::DescribeEntityResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DescribeEntityResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Array<Types::Field> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes the fields for that connector entity. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, present if the current segment is not the last. 
Instance Attribute Details
#fields ⇒ Array<Types::Field>
Describes the fields for that connector entity. This is the list of ‘Field` objects. `Field` is very similar to column in a database. The `Field` object has information about different properties associated with fields in the connector.
| 9372 9373 9374 9375 9376 9377 | # File 'lib/aws-sdk-glue/types.rb', line 9372 class DescribeEntityResponse < Struct.new( :fields, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, present if the current segment is not the last.
| 9372 9373 9374 9375 9376 9377 | # File 'lib/aws-sdk-glue/types.rb', line 9372 class DescribeEntityResponse < Struct.new( :fields, :next_token) SENSITIVE = [] include Aws::Structure end |