Class: Aws::SSM::Types::GetOpsItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsItemResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
8585 8586 8587 8588 8589 |
# File 'lib/aws-sdk-ssm/types.rb', line 8585 class GetOpsItemResponse < Struct.new( :ops_item) SENSITIVE = [] include Aws::Structure end |