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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



12228
12229
12230
12231
12232
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12228

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