Class: Aws::CloudWatchLogs::Types::OpenSearchResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::OpenSearchResourceStatus
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This structure contains information about the status of an OpenSearch Service resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of this resource.
-
#status_message ⇒ String
A message with additional information about the status of this resource.
Instance Attribute Details
#status ⇒ String
The current status of this resource.
5009 5010 5011 5012 5013 5014 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5009 class OpenSearchResourceStatus < Struct.new( :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message with additional information about the status of this resource.
5009 5010 5011 5012 5013 5014 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5009 class OpenSearchResourceStatus < Struct.new( :status, :status_message) SENSITIVE = [] include Aws::Structure end |