Class: Aws::Types::AssumeRoleForPodIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssumeRoleForPodIdentityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#eks_node_name ⇒ ::String
Returns the value of attribute eks_node_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#zone ⇒ ::String
Returns the value of attribute zone.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def cluster_name @cluster_name end |
#eks_node_name ⇒ ::String
Returns the value of attribute eks_node_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def eks_node_name @eks_node_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
20 21 22 |
# File 'sig/types.rbs', line 20 def instance_id @instance_id end |
#token ⇒ ::String
Returns the value of attribute token.
18 19 20 |
# File 'sig/types.rbs', line 18 def token @token end |
#zone ⇒ ::String
Returns the value of attribute zone.
21 22 23 |
# File 'sig/types.rbs', line 21 def zone @zone end |