Class: Aws::Types::UpdateThesaurusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThesaurusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def role_arn @role_arn end |
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def source_s3_path @source_s3_path end |