Class: Aws::Kendra::Types::DescribeAccessControlConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kendra::Types::DescribeAccessControlConfigurationRequest
 
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the access control configuration you want to get information on. 
- 
  
    
      #index_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the index for an access control configuration. 
Instance Attribute Details
#id ⇒ String
The identifier of the access control configuration you want to get information on.
| 3410 3411 3412 3413 3414 3415 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3410 class DescribeAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end | 
#index_id ⇒ String
The identifier of the index for an access control configuration.
| 3410 3411 3412 3413 3414 3415 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3410 class DescribeAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |