Class: Aws::OpenSearchService::Types::S3GlueDataCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::S3GlueDataCatalog
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about the Amazon S3 Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
Instance Attribute Details
#role_arn ⇒ String
>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.
6354 6355 6356 6357 6358 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6354 class S3GlueDataCatalog < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |