Class: Aws::OpenSearchService::Types::S3GlueDataCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::S3GlueDataCatalog
- Defined in:
- gems/aws-sdk-opensearchservice/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.
6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6598 class S3GlueDataCatalog < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |