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

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

#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 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5684

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