Class: Aws::SsmSap::Types::StartApplicationRefreshInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StartApplicationRefreshInput
- 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.
1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1399 class StartApplicationRefreshInput < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |