Class: Aws::CognitoIdentityProvider::Types::TermsDescriptionType

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

#creation_dateTime

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.



10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10893

class TermsDescriptionType < Struct.new(
  :terms_id,
  :terms_name,
  :enforcement,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#enforcementString

This parameter is reserved for future use and currently accepts one value.



10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10893

class TermsDescriptionType < Struct.new(
  :terms_id,
  :terms_name,
  :enforcement,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.



10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10893

class TermsDescriptionType < Struct.new(
  :terms_id,
  :terms_name,
  :enforcement,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#terms_idString

The ID of the requested terms documents.



10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10893

class TermsDescriptionType < Struct.new(
  :terms_id,
  :terms_name,
  :enforcement,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#terms_nameString

The type and friendly name of the requested terms documents.



10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10893

class TermsDescriptionType < Struct.new(
  :terms_id,
  :terms_name,
  :enforcement,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end