Class: Aws::Glue::Types::DescribeEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DescribeEntityResponse
- Defined in:
- gems/aws-sdk-glue/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.
9338 9339 9340 9341 9342 9343 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9338 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.
9338 9339 9340 9341 9342 9343 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9338 class DescribeEntityResponse < Struct.new( :fields, :next_token) SENSITIVE = [] include Aws::Structure end |