Class: Aws::QuickSight::Types::Folder
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::Folder
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
A folder in Quick Sight.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the folder.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the folder was created.
 - 
  
    
      #folder_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the folder.
 - 
  
    
      #folder_path  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ancestor ARN strings for the folder.
 - 
  
    
      #folder_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of folder it is.
 - 
  
    
      #last_updated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the folder was last updated.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A display name for the folder.
 - 
  
    
      #sharing_model  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sharing scope of the folder.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the folder.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#created_time ⇒ Time
The time that the folder was created.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#folder_id ⇒ String
The ID of the folder.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#folder_path ⇒ Array<String>
An array of ancestor ARN strings for the folder.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#folder_type ⇒ String
The type of folder it is.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_time ⇒ Time
The time that the folder was last updated.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A display name for the folder.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  | 
  
#sharing_model ⇒ String
The sharing scope of the folder.
      17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17763 class Folder < Struct.new( :folder_id, :arn, :name, :folder_type, :folder_path, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end  |