Class: Aws::CognitoIdentityProvider::Types::UpdateTermsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enforcementString

This parameter is reserved for future use and currently accepts only one value.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

A map of URLs to languages. For each localized language that will view the requested ‘TermsName`, assign a URL. A selection of `cognito:default` displays for all languages that don’t have a language-specific URL.

For example, ‘“cognito:default”: “terms.example.com”, “cognito:spanish”: “terms.example.com/es”`.

Returns:

  • (Hash<String,String>)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

#terms_idString

The ID of the terms document that you want to update.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

#terms_nameString

The new name that you want to apply to the requested terms documents.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

#terms_sourceString

This parameter is reserved for future use and currently accepts only one value.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that contains the terms that you want to update.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11718

class UpdateTermsRequest < Struct.new(
  :terms_id,
  :user_pool_id,
  :terms_name,
  :terms_source,
  :enforcement,
  :links)
  SENSITIVE = []
  include Aws::Structure
end