Class: Aws::Athena::Types::GetDataCatalogInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetDataCatalogInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the data catalog to return.
-
#work_group ⇒ String
The name of the workgroup.
Instance Attribute Details
#name ⇒ String
The name of the data catalog to return.
1528 1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-athena/types.rb', line 1528 class GetDataCatalogInput < Struct.new( :name, :work_group) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The name of the workgroup. Required if making an IAM Identity Center request.
1528 1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-athena/types.rb', line 1528 class GetDataCatalogInput < Struct.new( :name, :work_group) SENSITIVE = [] include Aws::Structure end |