Class: Aws::Types::CreateGlossaryOutput

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)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def owning_project_id
  @owning_project_id
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


1301
1302
1303
# File 'sig/types.rbs', line 1301

def status
  @status
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


1302
1303
1304
# File 'sig/types.rbs', line 1302

def usage_restrictions
  @usage_restrictions
end