Class: Aws::Types::DisassociateGovernedTermsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ASSET")


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.

Returns:

  • (::Array[::String])


2143
2144
2145
# File 'sig/types.rbs', line 2143

def governed_glossary_terms
  @governed_glossary_terms
end