Class: Aws::CognitoIdentityProvider::Types::UpdateTermsResponse

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 updates to your terms documents.

Returns:



11942
11943
11944
11945
11946
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11942

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