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.
9751 9752 9753 |
# File 'sig/types.rbs', line 9751 def arn @arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9755 9756 9757 |
# File 'sig/types.rbs', line 9755 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9750 9751 9752 |
# File 'sig/types.rbs', line 9750 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9752 9753 9754 |
# File 'sig/types.rbs', line 9752 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9754 9755 9756 |
# File 'sig/types.rbs', line 9754 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9749 9750 9751 |
# File 'sig/types.rbs', line 9749 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9753 9754 9755 |
# File 'sig/types.rbs', line 9753 def state @state end |