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.
9360 9361 9362 9363 9364 9365 |
# File 'lib/aws-sdk-glue/types.rb', line 9360 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.
9360 9361 9362 9363 9364 9365 |
# File 'lib/aws-sdk-glue/types.rb', line 9360 class DescribeEntityResponse < Struct.new( :fields, :next_token) SENSITIVE = [] include Aws::Structure end |