class
Amazonite::Ssm::OpsItemRelatedItemSummary
- Amazonite::Ssm::OpsItemRelatedItemSummary
- Reference
- Object
Overview
Summary information about related-item resources for an OpsItem.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_related_item_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(ops_item_id : String | Nil = nil, association_id : String | Nil = nil, resource_type : String | Nil = nil, association_type : String | Nil = nil, resource_uri : String | Nil = nil, created_by : OpsItemIdentity | Nil = nil, created_time : Time | Nil = nil, last_modified_by : OpsItemIdentity | Nil = nil, last_modified_time : 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. -
#association_id : String | Nil
The association ID.
-
#association_id=(association_id : String | Nil)
The association ID.
-
#association_type : String | Nil
The association type.
-
#association_type=(association_type : String | Nil)
The association type.
- #created_by : OpsItemIdentity | Nil
- #created_by=(created_by : OpsItemIdentity | Nil)
-
#created_time : Time | Nil
The time the related-item association was created.
-
#created_time=(created_time : Time | Nil)
The time the related-item association was created.
-
#hash(hasher)
See
Object#hash(hasher) - #last_modified_by : OpsItemIdentity | Nil
- #last_modified_by=(last_modified_by : OpsItemIdentity | Nil)
-
#last_modified_time : Time | Nil
The time the related-item association was last updated.
-
#last_modified_time=(last_modified_time : Time | Nil)
The time the related-item association was last updated.
-
#ops_item_id : String | Nil
The OpsItem ID.
-
#ops_item_id=(ops_item_id : String | Nil)
The OpsItem ID.
-
#resource_type : String | Nil
The resource type.
-
#resource_type=(resource_type : String | Nil)
The resource type.
-
#resource_uri : String | Nil
The Amazon Resource Name (ARN) of the related-item resource.
-
#resource_uri=(resource_uri : String | Nil)
The Amazon Resource Name (ARN) of the related-item resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time the related-item association was last updated.
The Amazon Resource Name (ARN) of the related-item resource.