Class: Aws::SsmSap::Types::DeregisterApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::DeregisterApplicationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
569 570 571 572 573 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 569 class DeregisterApplicationInput < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |