Class: Aws::Types::GetOpsItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOpsItemRequest
- 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.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def ops_item_arn @ops_item_arn end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def ops_item_id @ops_item_id end |