Class: Aws::Types::UpdateGlossaryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6650
6651
6652
# File 'sig/types.rbs', line 6650

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6646
6647
6648
# File 'sig/types.rbs', line 6646

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6647
6648
6649
# File 'sig/types.rbs', line 6647

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6648
6649
6650
# File 'sig/types.rbs', line 6648

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


6649
6650
6651
# File 'sig/types.rbs', line 6649

def owning_project_id
  @owning_project_id
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


6651
6652
6653
# File 'sig/types.rbs', line 6651

def status
  @status
end

#usage_restrictions::Array[("ASSET_GOVERNED_TERMS")]

Returns the value of attribute usage_restrictions.

Returns:

  • (::Array[("ASSET_GOVERNED_TERMS")])


6652
6653
6654
# File 'sig/types.rbs', line 6652

def usage_restrictions
  @usage_restrictions
end