Class: Aws::Types::VocabularySummary
- Inherits:
-
Object
- Object
- Aws::Types::VocabularySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9270 9271 9272 |
# File 'sig/types.rbs', line 9270 def arn @arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9274 9275 9276 |
# File 'sig/types.rbs', line 9274 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9269 9270 9271 |
# File 'sig/types.rbs', line 9269 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9271 9272 9273 |
# File 'sig/types.rbs', line 9271 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9273 9274 9275 |
# File 'sig/types.rbs', line 9273 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9268 9269 9270 |
# File 'sig/types.rbs', line 9268 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9272 9273 9274 |
# File 'sig/types.rbs', line 9272 def state @state end |