Class: Aws::MainframeModernization::Types::StartApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::StartApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application you want to start.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application you want to start.
2887 2888 2889 2890 2891 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2887 class StartApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |