Class: Aws::Types::UpdateIdentityProviderSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



403
404
405
# File 'sig/types.rbs', line 403

def identity_provider
  @identity_provider
end

#identity_provider_arn::String

Returns the value of attribute identity_provider_arn.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def identity_provider_arn
  @identity_provider_arn
end

#product::String

Returns the value of attribute product.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def product
  @product
end

#update_settingsTypes::UpdateSettings

Returns the value of attribute update_settings.



406
407
408
# File 'sig/types.rbs', line 406

def update_settings
  @update_settings
end