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.
1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1596 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end |
#operation_ids ⇒ Array<String>
The IDs of the operations.
1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1596 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end |