Class: Aws::Glue::Types::DescribeEntityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.

Returns:

  • (String)


9762
9763
9764
9765
9766
9767
9768
9769
9770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9762

class DescribeEntityRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection that contains the connection type credentials.

Returns:

  • (String)


9762
9763
9764
9765
9766
9767
9768
9769
9770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9762

class DescribeEntityRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version)
  SENSITIVE = []
  include Aws::Structure
end

#data_store_api_versionString

The version of the API used for the data store.

Returns:

  • (String)


9762
9763
9764
9765
9766
9767
9768
9769
9770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9762

class DescribeEntityRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version)
  SENSITIVE = []
  include Aws::Structure
end

#entity_nameString

The name of the entity that you want to describe from the connection type.

Returns:

  • (String)


9762
9763
9764
9765
9766
9767
9768
9769
9770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9762

class DescribeEntityRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, included if this is a continuation call.

Returns:

  • (String)


9762
9763
9764
9765
9766
9767
9768
9769
9770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9762

class DescribeEntityRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version)
  SENSITIVE = []
  include Aws::Structure
end