Class: Aws::Athena::Types::GetDatabaseInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_nameString

The name of the data catalog that contains the database to return.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1561

class GetDatabaseInput < Struct.new(
  :catalog_name,
  :database_name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database to return.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1561

class GetDatabaseInput < Struct.new(
  :catalog_name,
  :database_name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1561

class GetDatabaseInput < Struct.new(
  :catalog_name,
  :database_name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end