Class: Aws::SSM::Types::GetOpsItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsItemRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_item_arn ⇒ String
The OpsItem Amazon Resource Name (ARN).
-
#ops_item_id ⇒ String
The ID of the OpsItem that you want to get.
Instance Attribute Details
#ops_item_arn ⇒ String
The OpsItem Amazon Resource Name (ARN).
8572 8573 8574 8575 8576 8577 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8572 class GetOpsItemRequest < Struct.new( :ops_item_id, :ops_item_arn) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem that you want to get.
8572 8573 8574 8575 8576 8577 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8572 class GetOpsItemRequest < Struct.new( :ops_item_id, :ops_item_arn) SENSITIVE = [] include Aws::Structure end |