Class: Aws::Types::AssociateIdentityProviderConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def cluster_name
  @cluster_name
end

#oidcTypes::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.

Returns:

  • (::Hash[::String, ::String])


228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end