Class: Aws::AppFabric::Types::UserAccessTaskItem

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

Overview

Contains information about a user access task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appString

The name of the application.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1934

class UserAccessTaskItem < Struct.new(
  :app,
  :tenant_id,
  :task_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::TaskError

Error from the task, if any.

Returns:



1934
1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1934

class UserAccessTaskItem < Struct.new(
  :app,
  :tenant_id,
  :task_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique ID of the task.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1934

class UserAccessTaskItem < Struct.new(
  :app,
  :tenant_id,
  :task_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The ID of the application tenant.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1934

class UserAccessTaskItem < Struct.new(
  :app,
  :tenant_id,
  :task_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end