Class: AWSCDK::CognitoIdentitypool::UserPoolAuthenticationProviderBindOptions

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
cognito_identitypool/user_pool_authentication_provider_bind_options.rb

Overview

Represents UserPoolAuthenticationProvider Bind Options.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUserPoolAuthenticationProviderBindOptions

Returns a new instance of UserPoolAuthenticationProviderBindOptions.



7
8
# File 'cognito_identitypool/user_pool_authentication_provider_bind_options.rb', line 7

def initialize()
end

Class Method Details

.jsii_propertiesObject



11
12
13
14
# File 'cognito_identitypool/user_pool_authentication_provider_bind_options.rb', line 11

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



16
17
18
19
20
21
# File 'cognito_identitypool/user_pool_authentication_provider_bind_options.rb', line 16

def to_jsii
  result = {}
  result.merge!({
  })
  result.compact
end