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.
9280 9281 9282 |
# File 'sig/types.rbs', line 9280 def arn @arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9284 9285 9286 |
# File 'sig/types.rbs', line 9284 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9279 9280 9281 |
# File 'sig/types.rbs', line 9279 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9281 9282 9283 |
# File 'sig/types.rbs', line 9281 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9283 9284 9285 |
# File 'sig/types.rbs', line 9283 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9278 9279 9280 |
# File 'sig/types.rbs', line 9278 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9282 9283 9284 |
# File 'sig/types.rbs', line 9282 def state @state end |