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.
620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-eks/types.rb', line 620 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`.
620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-eks/types.rb', line 620 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.
620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-eks/types.rb', line 620 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`.
620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-eks/types.rb', line 620 class AssociatedAccessPolicy < Struct.new( :policy_arn, :access_scope, :associated_at, :modified_at) SENSITIVE = [] include Aws::Structure end |