Class: Aws::Types::CreateAccessEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessEntryRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
474 475 476 |
# File 'sig/types.rbs', line 474 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def cluster_name @cluster_name end |
#kubernetes_groups ⇒ ::Array[::String]
Returns the value of attribute kubernetes_groups.
472 473 474 |
# File 'sig/types.rbs', line 472 def kubernetes_groups @kubernetes_groups end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def principal_arn @principal_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
473 474 475 |
# File 'sig/types.rbs', line 473 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
476 477 478 |
# File 'sig/types.rbs', line 476 def type @type end |
#username ⇒ ::String
Returns the value of attribute username.
475 476 477 |
# File 'sig/types.rbs', line 475 def username @username end |