class
Amazonite::CloudWatch::GetOTelEnrichmentOutput
- Amazonite::CloudWatch::GetOTelEnrichmentOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_o_tel_enrichment_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#status : OTelEnrichmentStatus
The status of OTel enrichment for the account.
-
#status=(status : OTelEnrichmentStatus)
The status of OTel enrichment for the account.
- #validate! : Nil
Constructor Detail
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 : OTelEnrichmentStatus
#
The status of OTel enrichment for the account. Valid values are Running (enrichment is
enabled) and Stopped (enrichment is disabled).
def status=(status : OTelEnrichmentStatus)
#
The status of OTel enrichment for the account. Valid values are Running (enrichment is
enabled) and Stopped (enrichment is disabled).