Class: Aws::AppFabric::Types::StartUserAccessTasksRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:email]

Instance Attribute Summary collapse

Instance Attribute Details

#app_bundle_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

Returns:

  • (String)


1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1571

class StartUserAccessTasksRequest < Struct.new(
  :app_bundle_identifier,
  :email)
  SENSITIVE = [:email]
  include Aws::Structure
end

#emailString

The email address of the target user.

Returns:

  • (String)


1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1571

class StartUserAccessTasksRequest < Struct.new(
  :app_bundle_identifier,
  :email)
  SENSITIVE = [:email]
  include Aws::Structure
end