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)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def last_modified_date
  @last_modified_date
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def provider_name
  @provider_name
end

#provider_type"SAML", ...

Returns the value of attribute provider_type.

Returns:

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


1798
1799
1800
# File 'sig/types.rbs', line 1798

def provider_type
  @provider_type
end