Class: Aws::SsmSap::Types::StartApplicationRefreshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StartApplicationRefreshOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
1411 1412 1413 1414 1415 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1411 class StartApplicationRefreshOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |