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.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def creation_date @creation_date end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def enforcement @enforcement end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def last_modified_date @last_modified_date end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def terms_name @terms_name end |