Class: Aws::CloudWatchLogs::Types::OpenSearchCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::OpenSearchCollection
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This structure contains information about the OpenSearch Service collection used for this integration. An OpenSearch Service collection is a logical grouping of one or more indexes that represent an analytics workload. For more information, see Creating and managing OpenSearch Service Serverless collections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_arn ⇒ String
The ARN of the collection.
-
#collection_endpoint ⇒ String
The endpoint of the collection.
-
#status ⇒ Types::OpenSearchResourceStatus
This structure contains information about the status of this OpenSearch Service resource.
Instance Attribute Details
#collection_arn ⇒ String
The ARN of the collection.
4656 4657 4658 4659 4660 4661 4662 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656 class OpenSearchCollection < Struct.new( :collection_endpoint, :collection_arn, :status) SENSITIVE = [] include Aws::Structure end |
#collection_endpoint ⇒ String
The endpoint of the collection.
4656 4657 4658 4659 4660 4661 4662 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656 class OpenSearchCollection < Struct.new( :collection_endpoint, :collection_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OpenSearchResourceStatus
This structure contains information about the status of this OpenSearch Service resource.
4656 4657 4658 4659 4660 4661 4662 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4656 class OpenSearchCollection < Struct.new( :collection_endpoint, :collection_arn, :status) SENSITIVE = [] include Aws::Structure end |