Class: Aws::Types::UpdateAccessEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#kubernetes_groups ⇒ ::Array[::String]
Returns the value of attribute kubernetes_groups.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def cluster_name @cluster_name end |
#kubernetes_groups ⇒ ::Array[::String]
Returns the value of attribute kubernetes_groups.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def kubernetes_groups @kubernetes_groups end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def principal_arn @principal_arn end |
#username ⇒ ::String
Returns the value of attribute username.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def username @username end |