Class: Aws::AppFabric::Types::BatchGetUserAccessTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::BatchGetUserAccessTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
-
#task_id_list ⇒ Array<String>
The tasks IDs to use for the request.
Instance Attribute Details
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
282 283 284 285 286 287 |
# File 'lib/aws-sdk-appfabric/types.rb', line 282 class BatchGetUserAccessTasksRequest < Struct.new( :app_bundle_identifier, :task_id_list) SENSITIVE = [] include Aws::Structure end |
#task_id_list ⇒ Array<String>
The tasks IDs to use for the request.
282 283 284 285 286 287 |
# File 'lib/aws-sdk-appfabric/types.rb', line 282 class BatchGetUserAccessTasksRequest < Struct.new( :app_bundle_identifier, :task_id_list) SENSITIVE = [] include Aws::Structure end |