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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.

Returns:

  • (Time)


7078
7079
7080
7081
7082
7083
7084
7085
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7078

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)


7078
7079
7080
7081
7082
7083
7084
7085
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7078

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)


7078
7079
7080
7081
7082
7083
7084
7085
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7078

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)


7078
7079
7080
7081
7082
7083
7084
7085
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7078

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