Class: Aws::AppFabric::Types::DeleteAppAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::DeleteAppAuthorizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_authorization_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
-
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
Instance Attribute Details
#app_authorization_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
735 736 737 738 739 740 |
# File 'lib/aws-sdk-appfabric/types.rb', line 735 class DeleteAppAuthorizationRequest < Struct.new( :app_bundle_identifier, :app_authorization_identifier) SENSITIVE = [] include Aws::Structure end |
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
735 736 737 738 739 740 |
# File 'lib/aws-sdk-appfabric/types.rb', line 735 class DeleteAppAuthorizationRequest < Struct.new( :app_bundle_identifier, :app_authorization_identifier) SENSITIVE = [] include Aws::Structure end |