Class: Aws::SSM::Types::CreateOpsItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateOpsItemResponse
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_item_id ⇒ String
The ID of the OpsItem.
Instance Attribute Details
#ops_item_id ⇒ String
The ID of the OpsItem.
3619 3620 3621 3622 3623 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3619 class CreateOpsItemResponse < Struct.new( :ops_item_id) SENSITIVE = [] include Aws::Structure end |