Class: Aws::QuickSight::Types::SnapshotUserConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::SnapshotUserConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information about the users that the dashboard snapshot is generated for.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #anonymous_users  ⇒ Array<Types::SnapshotAnonymousUser> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of records that describe the anonymous users that the dashboard snapshot is generated for. 
Instance Attribute Details
#anonymous_users ⇒ Array<Types::SnapshotAnonymousUser>
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
| 32979 32980 32981 32982 32983 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32979 class SnapshotUserConfiguration < Struct.new( :anonymous_users) SENSITIVE = [] include Aws::Structure end |