Class: Aws::CognitoIdentityProvider::Types::DescribeTermsResponse

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:



5292
5293
5294
5295
5296
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5292

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