Class: Aws::AppIntegrationsService::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
526 527 528 529 530 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 526 class DeleteApplicationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |