Class: Aws::Types::TermsType
- Inherits:
-
Object
- Object
- Aws::Types::TermsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#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.
-
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
-
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
-
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
-
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def client_id @client_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def creation_date @creation_date end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def enforcement @enforcement end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def last_modified_date @last_modified_date end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def links @links end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def user_pool_id @user_pool_id end |