Class: Aws::Types::IdentityProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:identity_provider_name, :identity_provider_details])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arn::String

Returns the value of attribute identity_provider_arn.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def identity_provider_arn
  @identity_provider_arn
end

#identity_provider_details::Hash[::String, ::String]

Returns the value of attribute identity_provider_details.

Returns:

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


703
704
705
# File 'sig/types.rbs', line 703

def identity_provider_details
  @identity_provider_details
end

#identity_provider_name::String

Returns the value of attribute identity_provider_name.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

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")


702
703
704
# File 'sig/types.rbs', line 702

def identity_provider_type
  @identity_provider_type
end