Class: Aws::EKSAuth::Types::AssumeRoleForPodIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKSAuth::Types::AssumeRoleForPodIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eksauth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:token]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the cluster for the request.
-
#token ⇒ String
The token of the Kubernetes service account for the pod.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster for the request.
43 44 45 46 47 48 |
# File 'lib/aws-sdk-eksauth/types.rb', line 43 class AssumeRoleForPodIdentityRequest < Struct.new( :cluster_name, :token) SENSITIVE = [:token] include Aws::Structure end |
#token ⇒ String
The token of the Kubernetes service account for the pod.
43 44 45 46 47 48 |
# File 'lib/aws-sdk-eksauth/types.rb', line 43 class AssumeRoleForPodIdentityRequest < Struct.new( :cluster_name, :token) SENSITIVE = [:token] include Aws::Structure end |