Class: Aws::Types::ProviderDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def last_modified_date
  @last_modified_date
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def provider_name
  @provider_name
end

#provider_type"SAML", ...

Returns the value of attribute provider_type.

Returns:

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


1766
1767
1768
# File 'sig/types.rbs', line 1766

def provider_type
  @provider_type
end