Class: Aws::CognitoIdentityProvider::Types::ProviderDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A container for IdP details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time, in ISO 8601 format, when the item was created.

Returns:

  • (Time)


6865
6866
6867
6868
6869
6870
6871
6872
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6865

class ProviderDescription < Struct.new(
  :provider_name,
  :provider_type,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date the provider was last modified.

Returns:

  • (Time)


6865
6866
6867
6868
6869
6870
6871
6872
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6865

class ProviderDescription < Struct.new(
  :provider_name,
  :provider_type,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The IdP name.

Returns:

  • (String)


6865
6866
6867
6868
6869
6870
6871
6872
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6865

class ProviderDescription < Struct.new(
  :provider_name,
  :provider_type,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The IdP type.

Returns:

  • (String)


6865
6866
6867
6868
6869
6870
6871
6872
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6865

class ProviderDescription < Struct.new(
  :provider_name,
  :provider_type,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end