Class: Aws::ChimeSDKIdentity::Types::DeleteAppInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DeleteAppInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/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`.
664 665 666 667 668 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 664 class DeleteAppInstanceRequest < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |