class
Amazonite::Ssm::OpsMetadata
- Amazonite::Ssm::OpsMetadata
- Reference
- Object
Overview
Operational metadata for an application in Application Manager.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_metadata.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_id : String | Nil = nil, ops_metadata_arn : String | Nil = nil, last_modified_date : Time | Nil = nil, last_modified_user : String | Nil = nil, creation_date : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_date : Time | Nil
The date the OpsMetadata objects was created.
-
#creation_date=(creation_date : Time | Nil)
The date the OpsMetadata objects was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_date : Time | Nil
The date the OpsMetadata object was last updated.
-
#last_modified_date=(last_modified_date : Time | Nil)
The date the OpsMetadata object was last updated.
-
#last_modified_user : String | Nil
The user name who last updated the OpsMetadata object.
-
#last_modified_user=(last_modified_user : String | Nil)
The user name who last updated the OpsMetadata object.
-
#ops_metadata_arn : String | Nil
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
-
#ops_metadata_arn=(ops_metadata_arn : String | Nil)
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
-
#resource_id : String | Nil
The ID of the Application Manager application.
-
#resource_id=(resource_id : String | Nil)
The ID of the Application Manager application.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date the OpsMetadata object was last updated.
The user name who last updated the OpsMetadata object.
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.