Class: Aws::Types::AssociateOpsItemRelatedItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateOpsItemRelatedItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ ::String
Returns the value of attribute association_type.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
Instance Attribute Details
#association_type ⇒ ::String
Returns the value of attribute association_type.
70 71 72 |
# File 'sig/types.rbs', line 70 def association_type @association_type end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def ops_item_id @ops_item_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
71 72 73 |
# File 'sig/types.rbs', line 71 def resource_type @resource_type end |
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
72 73 74 |
# File 'sig/types.rbs', line 72 def resource_uri @resource_uri end |