Class: Aws::EKS::Types::AssociatedAccessPolicy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AssociatedAccessPolicy
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
An access policy association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #access_scope  ⇒ Types::AccessScope 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The scope of the access policy.
 - 
  
    
      #associated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the ‘AccessPolicy` was associated with an `AccessEntry`.
 - 
  
    
      #modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Unix epoch timestamp for the last modification to the object.
 - 
  
    
      #policy_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the ‘AccessPolicy`.
 
Instance Attribute Details
#access_scope ⇒ Types::AccessScope
The scope of the access policy.
      615 616 617 618 619 620 621 622  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 615 class AssociatedAccessPolicy < Struct.new( :policy_arn, :access_scope, :associated_at, :modified_at) SENSITIVE = [] include Aws::Structure end  | 
  
#associated_at ⇒ Time
The date and time the ‘AccessPolicy` was associated with an `AccessEntry`.
      615 616 617 618 619 620 621 622  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 615 class AssociatedAccessPolicy < Struct.new( :policy_arn, :access_scope, :associated_at, :modified_at) SENSITIVE = [] include Aws::Structure end  | 
  
#modified_at ⇒ Time
The Unix epoch timestamp for the last modification to the object.
      615 616 617 618 619 620 621 622  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 615 class AssociatedAccessPolicy < Struct.new( :policy_arn, :access_scope, :associated_at, :modified_at) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_arn ⇒ String
The ARN of the ‘AccessPolicy`.
      615 616 617 618 619 620 621 622  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 615 class AssociatedAccessPolicy < Struct.new( :policy_arn, :access_scope, :associated_at, :modified_at) SENSITIVE = [] include Aws::Structure end  |