Class: Aws::Types::DisassociateGovernedTermsInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateGovernedTermsInput
- 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.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET"
Returns the value of attribute entity_type.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def entity_type @entity_type end |
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def governed_glossary_terms @governed_glossary_terms end |