Class: Aws::MainframeModernization::Types::DeleteApplicationFromEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DeleteApplicationFromEnvironmentRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/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 delete.
-
#environment_id ⇒ String
The unique identifier of the runtime environment where the application was previously deployed.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application you want to delete.
949 950 951 952 953 954 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 949 class DeleteApplicationFromEnvironmentRequest < Struct.new( :application_id, :environment_id) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the runtime environment where the application was previously deployed.
949 950 951 952 953 954 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 949 class DeleteApplicationFromEnvironmentRequest < Struct.new( :application_id, :environment_id) SENSITIVE = [] include Aws::Structure end |