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.
210 211 212 |
# File 'sig/types.rbs', line 210 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def cluster_name @cluster_name end |
#oidc ⇒ Types::OidcIdentityProviderConfigRequest
Returns the value of attribute oidc.
208 209 210 |
# File 'sig/types.rbs', line 208 def oidc @oidc end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
209 210 211 |
# File 'sig/types.rbs', line 209 def @tags end |