Class: Aws::Glue::Types::TargetRedshiftCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TargetRedshiftCatalog
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure that describes a target catalog for resource linking.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the catalog resource.
Instance Attribute Details
#catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the catalog resource.
26459 26460 26461 26462 26463 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26459 class TargetRedshiftCatalog < Struct.new( :catalog_arn) SENSITIVE = [] include Aws::Structure end |