Class: Aws::EKSAuth::Types::AssumeRoleForPodIdentityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:token]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster for the request.

Returns:

  • (String)


43
44
45
46
47
48
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 43

class AssumeRoleForPodIdentityRequest < Struct.new(
  :cluster_name,
  :token)
  SENSITIVE = [:token]
  include Aws::Structure
end

#tokenString

The token of the Kubernetes service account for the pod.

Returns:

  • (String)


43
44
45
46
47
48
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 43

class AssumeRoleForPodIdentityRequest < Struct.new(
  :cluster_name,
  :token)
  SENSITIVE = [:token]
  include Aws::Structure
end