Class: Aws::CognitoIdentityProvider::Types::CreateTermsResponse

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

#termsTypes::TermsType

A summary of your terms documents. Includes a unique identifier for later changes to the terms documents.

Returns:



3956
3957
3958
3959
3960
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3956

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