Class: Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProviderType

The newly created IdP object.



2929
2930
2931
2932
2933
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2929

class CreateIdentityProviderResponse < Struct.new(
  :identity_provider)
  SENSITIVE = []
  include Aws::Structure
end