Class: Aws::CognitoIdentityProvider::Types::UpdateTermsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateTermsResponse
- 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 updates to your terms documents.
Instance Attribute Details
#terms ⇒ Types::TermsType
A summary of the updates to your terms documents.
11735 11736 11737 11738 11739 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11735 class UpdateTermsResponse < Struct.new( :terms) SENSITIVE = [] include Aws::Structure end |