class Amazonite::SsmV1::AssociateOpsItemRelatedItemRequest
- Amazonite::SsmV1::AssociateOpsItemRelatedItemRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/associate_ops_item_related_item_request.crConstructors
- .new(ops_item_id : String, association_type : String, resource_type : String, resource_uri : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #association_type : String
- #association_type=(association_type : String)
- #ops_item_id : String
- #ops_item_id=(ops_item_id : String)
- #resource_type : String
- #resource_type=(resource_type : String)
- #resource_uri : String
- #resource_uri=(resource_uri : String)
Constructor Detail
def self.new(ops_item_id : String, association_type : String, resource_type : String, resource_uri : String)
#