Class: Aws::Chime::Types::DeleteAppInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteAppInstanceRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the
AppInstance
.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the AppInstance
.
2728 2729 2730 2731 2732 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2728 class DeleteAppInstanceRequest < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |