Class: Aws::Types::ListPodIdentityAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPodIdentityAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def cluster_name @cluster_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def next_token @next_token end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def service_account @service_account end |