Class: Aws::Types::TermsDescriptionType
- Inherits:
-
Object
- Object
- Aws::Types::TermsDescriptionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
-
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def creation_date @creation_date end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def enforcement @enforcement end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def last_modified_date @last_modified_date end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def terms_name @terms_name end |