Class: Aws::Types::CreateOpsItemResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpsItemResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ops_item_arn ⇒ ::String
Returns the value of attribute ops_item_arn.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
Instance Attribute Details
#ops_item_arn ⇒ ::String
Returns the value of attribute ops_item_arn.
777 778 779 |
# File 'sig/types.rbs', line 777 def ops_item_arn @ops_item_arn end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
776 777 778 |
# File 'sig/types.rbs', line 776 def ops_item_id @ops_item_id end |