Class: Aws::EKS::Types::ListAccessPoliciesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policiesArray<Types::AccessPolicy>

The list of available access policies. You can't view the contents of an access policy using the API. To view the contents, see Access policy permissions in the Amazon EKS User Guide.

Returns:



3633
3634
3635
3636
3637
3638
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3633

class ListAccessPoliciesResponse < Struct.new(
  :access_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3633

class ListAccessPoliciesResponse < Struct.new(
  :access_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end