Class: Aws::Types::IdentityProviderSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:identity_provider_name])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arn::String

Returns the value of attribute identity_provider_arn.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def identity_provider_arn
  @identity_provider_arn
end

#identity_provider_name::String

Returns the value of attribute identity_provider_name.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def identity_provider_name
  @identity_provider_name
end

#identity_provider_type"SAML", ...

Returns the value of attribute identity_provider_type.

Returns:

  • ("SAML", "Facebook", "Google", "LoginWithAmazon", "SignInWithApple", "OIDC")


710
711
712
# File 'sig/types.rbs', line 710

def identity_provider_type
  @identity_provider_type
end