Class: Aws::Types::AssociateGovernedTermsInput

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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ASSET")


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.

Returns:

  • (::Array[::String])


378
379
380
# File 'sig/types.rbs', line 378

def governed_glossary_terms
  @governed_glossary_terms
end