Class: Aws::Athena::Types::GetDataCatalogInput

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

#nameString

The name of the data catalog to return.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1526

class GetDataCatalogInput < Struct.new(
  :name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the workgroup. Required if making an IAM Identity Center request.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1526

class GetDataCatalogInput < Struct.new(
  :name,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end