Class: Aws::OpenSearchService::Types::S3GlueDataCatalog

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.

Returns:

  • (String)


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