Class: Aws::CognitoIdentityProvider::Types::CreateTermsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateTermsResponse
- 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 your terms documents.
Instance Attribute Details
#terms ⇒ Types::TermsType
A summary of your terms documents. Includes a unique identifier for later changes to the terms documents.
3956 3957 3958 3959 3960 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3956 class CreateTermsResponse < Struct.new( :terms) SENSITIVE = [] include Aws::Structure end |