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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The details of a set of terms documents. For more information, see Terms documents.

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.

Returns:

  • (Time)


10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'gems/aws-sdk-cognitoidentityprovider/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.

Returns:

  • (String)


10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'gems/aws-sdk-cognitoidentityprovider/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.

Returns:

  • (Time)


10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'gems/aws-sdk-cognitoidentityprovider/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.

Returns:

  • (String)


10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'gems/aws-sdk-cognitoidentityprovider/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.

Returns:

  • (String)


10893
10894
10895
10896
10897
10898
10899
10900
10901
# File 'gems/aws-sdk-cognitoidentityprovider/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