Class: Aws::EKS::Types::AssociatedAccessPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

An access policy association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_scopeTypes::AccessScope

The scope of the access policy.

Returns:



547
548
549
550
551
552
553
554
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 547

class AssociatedAccessPolicy < Struct.new(
  :policy_arn,
  :access_scope,
  :associated_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#associated_atTime

The date and time the AccessPolicy was associated with an AccessEntry.

Returns:

  • (Time)


547
548
549
550
551
552
553
554
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 547

class AssociatedAccessPolicy < Struct.new(
  :policy_arn,
  :access_scope,
  :associated_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The Unix epoch timestamp for the last modification to the object.

Returns:

  • (Time)


547
548
549
550
551
552
553
554
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 547

class AssociatedAccessPolicy < Struct.new(
  :policy_arn,
  :access_scope,
  :associated_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The ARN of the AccessPolicy.

Returns:

  • (String)


547
548
549
550
551
552
553
554
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 547

class AssociatedAccessPolicy < Struct.new(
  :policy_arn,
  :access_scope,
  :associated_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end