class
Amazonite::CloudWatchLogs::RecordField
- Amazonite::CloudWatchLogs::RecordField
- Reference
- Object
Overview
A structure that represents a valid record field header and whether it is mandatory.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/record_field.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#mandatory : Bool | Nil
If this is
true, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation. -
#mandatory=(mandatory : Bool | Nil)
If this is
true, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation. -
#name : String | Nil
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
-
#name=(name : String | Nil)
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If this is true, the record field must be present in the recordFields parameter provided to
a
CreateDelivery
or
UpdateDeliveryConfiguration
operation.
If this is true, the record field must be present in the recordFields parameter provided to
a
CreateDelivery
or
UpdateDeliveryConfiguration
operation.
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.