Class: Aws::CognitoIdentityProvider::Types::DescribeTermsByClientResponse

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 the requested terms documents. Includes a unique identifier for later changes to the terms documents.

Returns:



5684
5685
5686
5687
5688
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5684

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