Class: Aws::CognitoIdentityProvider::Types::DescribeTermsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeTermsResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#terms ⇒ Types::TermsType
A summary of the requested terms documents.
Instance Attribute Details
#terms ⇒ Types::TermsType
A summary of the requested terms documents. Includes a unique identifier for later changes to the terms documents.
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 |