Class: Aws::SsmSap::Types::StartApplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StartApplicationOutput
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The ID of the operation.
Instance Attribute Details
#operation_id ⇒ String
The ID of the operation.
1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1387 class StartApplicationOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |