Class: Aws::SsmSap::Types::UpdateApplicationSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::UpdateApplicationSettingsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The update message.
-
#operation_ids ⇒ Array<String>
The IDs of the operations.
Instance Attribute Details
#message ⇒ String
The update message.
1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1555 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end |
#operation_ids ⇒ Array<String>
The IDs of the operations.
1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1555 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end |