Class: Aws::Types::AssociateGovernedTermsInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateGovernedTermsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "ASSET"
Returns the value of attribute entity_type.
-
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
375 376 377 |
# File 'sig/types.rbs', line 375 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
376 377 378 |
# File 'sig/types.rbs', line 376 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET"
Returns the value of attribute entity_type.
377 378 379 |
# File 'sig/types.rbs', line 377 def entity_type @entity_type end |
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
378 379 380 |
# File 'sig/types.rbs', line 378 def governed_glossary_terms @governed_glossary_terms end |