Class: Aws::Types::DescribeVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def instance_id @instance_id end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def vocabulary_id @vocabulary_id end |