Class: Aws::Types::CreateGlossaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def owning_project_identifier
  @owning_project_identifier
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


1289
1290
1291
# File 'sig/types.rbs', line 1289

def status
  @status
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


1290
1291
1292
# File 'sig/types.rbs', line 1290

def usage_restrictions
  @usage_restrictions
end