Class: Aws::EKS::Types::AccessScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AccessScope
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The scope of an ‘AccessPolicy` that’s associated to an ‘AccessEntry`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespaces ⇒ Array<String>
A Kubernetes ‘namespace` that an access policy is scoped to.
-
#type ⇒ String
The scope type of an access policy.
Instance Attribute Details
#namespaces ⇒ Array<String>
A Kubernetes ‘namespace` that an access policy is scoped to. A value is required if you specified `namespace` for `Type`.
179 180 181 182 183 184 |
# File 'lib/aws-sdk-eks/types.rb', line 179 class AccessScope < Struct.new( :type, :namespaces) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The scope type of an access policy.
179 180 181 182 183 184 |
# File 'lib/aws-sdk-eks/types.rb', line 179 class AccessScope < Struct.new( :type, :namespaces) SENSITIVE = [] include Aws::Structure end |