Class: Aws::SsmSap::Types::RegisterApplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::RegisterApplicationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
The application registered with AWS Systems Manager for SAP.
-
#operation_id ⇒ String
The ID of the operation.
Instance Attribute Details
#application ⇒ Types::Application
The application registered with AWS Systems Manager for SAP.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1289 class RegisterApplicationOutput < Struct.new( :application, :operation_id) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
The ID of the operation.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1289 class RegisterApplicationOutput < Struct.new( :application, :operation_id) SENSITIVE = [] include Aws::Structure end |