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)


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.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def cluster_name
  @cluster_name
end

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

Returns:

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


209
210
211
# File 'sig/types.rbs', line 209

def tags
  @tags
end