Class: Aws::CognitoIdentityProvider::Types::TermsDescriptionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::TermsDescriptionType
- 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
-
#creation_date ⇒ Time
The date and time when the item was created.
-
#enforcement ⇒ String
This parameter is reserved for future use and currently accepts one value.
-
#last_modified_date ⇒ Time
The date and time when the item was modified.
-
#terms_id ⇒ String
The ID of the requested terms documents.
-
#terms_name ⇒ String
The type and friendly name of the requested terms documents.
Instance Attribute Details
#creation_date ⇒ Time
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 '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 |
#enforcement ⇒ String
This parameter is reserved for future use and currently accepts one value.
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_date ⇒ Time
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 '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_id ⇒ String
The ID of the requested terms documents.
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_name ⇒ String
The type and friendly name of the requested terms documents.
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 |