Class: Aws::AppFabric::Types::UserAccessTaskItem
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppFabric::Types::UserAccessTaskItem
 
- 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
- 
  
    
      #app  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the application. 
- 
  
    
      #error  ⇒ Types::TaskError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Error from the task, if any. 
- 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the task. 
- 
  
    
      #tenant_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the application tenant. 
Instance Attribute Details
#app ⇒ String
The name of the application.
| 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 | 
#error ⇒ Types::TaskError
Error from the task, if any.
| 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_id ⇒ String
The unique ID of the task.
| 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_id ⇒ String
The ID of the application tenant.
| 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 |