Class: Aws::Kendra::Types::AccessControlConfigurationSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kendra::Types::AccessControlConfigurationSummary
 
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Summary information on an access control configuration that you created for your documents in an index.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the access control configuration. 
Instance Attribute Details
#id ⇒ String
The identifier of the access control configuration.
| 22 23 24 25 26 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 22 class AccessControlConfigurationSummary < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |