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

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

#enforcementString

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

Returns:

  • (String)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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": "https://terms.example.com", "cognito:spanish": "https://terms.example.com/es".

Returns:

  • (Hash<String,String>)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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)


11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11750

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