Class: Aws::SMS::Types::DeleteAppValidationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::DeleteAppValidationConfigurationRequest
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Note:
When making an API call, you may pass DeleteAppValidationConfigurationRequest data as a hash:
{
app_id: "AppIdWithValidation", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
540 541 542 543 544 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 540 class DeleteAppValidationConfigurationRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |