Class: Aws::AppFabric::Types::StartUserAccessTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::StartUserAccessTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email]
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.
-
#email ⇒ String
The email address of the target user.
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.
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1571 class StartUserAccessTasksRequest < Struct.new( :app_bundle_identifier, :email) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The email address of the target user.
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1571 class StartUserAccessTasksRequest < Struct.new( :app_bundle_identifier, :email) SENSITIVE = [:email] include Aws::Structure end |