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.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def client_id @client_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def creation_date @creation_date end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def enforcement @enforcement end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def last_modified_date @last_modified_date end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def links @links end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def user_pool_id @user_pool_id end |