class Amazonite::SsmV1::OpsItemRelatedItemSummary
- Amazonite::SsmV1::OpsItemRelatedItemSummary
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/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)
Instance Method Summary
- #association_id : String | Nil
- #association_id=(association_id : String | Nil)
- #association_type : String | Nil
- #association_type=(association_type : String | Nil)
- #created_by : OpsItemIdentity | Nil
- #created_by=(created_by : OpsItemIdentity | Nil)
- #created_time : Time | Nil
- #created_time=(created_time : Time | Nil)
- #last_modified_by : OpsItemIdentity | Nil
- #last_modified_by=(last_modified_by : OpsItemIdentity | Nil)
- #last_modified_time : Time | Nil
- #last_modified_time=(last_modified_time : Time | Nil)
- #ops_item_id : String | Nil
- #ops_item_id=(ops_item_id : String | Nil)
- #resource_type : String | Nil
- #resource_type=(resource_type : String | Nil)
- #resource_uri : String | Nil
- #resource_uri=(resource_uri : String | Nil)
Constructor Detail
def self.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)
#