Class: Aws::SSM::Types::GetOpsItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsItemResponse
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_item ⇒ Types::OpsItem
The OpsItem.
Instance Attribute Details
#ops_item ⇒ Types::OpsItem
The OpsItem.
8780 8781 8782 8783 8784 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8780 class GetOpsItemResponse < Struct.new( :ops_item) SENSITIVE = [] include Aws::Structure end |