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:



5394
5395
5396
5397
5398
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5394

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