class
Amazonite::CloudWatchLogs::OpenSearchResourceStatus
- Amazonite::CloudWatchLogs::OpenSearchResourceStatus
- Reference
- Object
Overview
This structure contains information about the status of an OpenSearch Service resource.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/open_search_resource_status.crConstructors
- .new(pull : JSON::PullParser)
- .new(status : OpenSearchResourceStatusType | Nil = nil, status_message : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#status : OpenSearchResourceStatusType | Nil
The current status of this resource.
-
#status=(status : OpenSearchResourceStatusType | Nil)
The current status of this resource.
-
#status_message : String | Nil
A message with additional information about the status of this resource.
-
#status_message=(status_message : String | Nil)
A message with additional information about the status of this resource.
- #validate! : Nil
Constructor Detail
def self.new(status : OpenSearchResourceStatusType | Nil = nil, status_message : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def status_message : String | Nil
#
A message with additional information about the status of this resource.
def status_message=(status_message : String | Nil)
#
A message with additional information about the status of this resource.