Class: Aws::Types::AssociateIdentityProviderConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIdentityProviderConfigRequest
- 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.
-
#oidc ⇒ Types::OidcIdentityProviderConfigRequest
Returns the value of attribute oidc.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
229 230 231 |
# File 'sig/types.rbs', line 229 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def cluster_name @cluster_name end |
#oidc ⇒ Types::OidcIdentityProviderConfigRequest
Returns the value of attribute oidc.
227 228 229 |
# File 'sig/types.rbs', line 227 def oidc @oidc end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def @tags end |