Class: Aws::Types::GlossaryItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributesTypes::GlossaryItemAdditionalAttributes

Returns the value of attribute additional_attributes.



3397
3398
3399
# File 'sig/types.rbs', line 3397

def additional_attributes
  @additional_attributes
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3394
3395
3396
# File 'sig/types.rbs', line 3394

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3386
3387
3388
# File 'sig/types.rbs', line 3386

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3387
3388
3389
# File 'sig/types.rbs', line 3387

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3388
3389
3390
# File 'sig/types.rbs', line 3388

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


3389
3390
3391
# File 'sig/types.rbs', line 3389

def owning_project_id
  @owning_project_id
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


3391
3392
3393
# File 'sig/types.rbs', line 3391

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3395
3396
3397
# File 'sig/types.rbs', line 3395

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def updated_by
  @updated_by
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


3392
3393
3394
# File 'sig/types.rbs', line 3392

def usage_restrictions
  @usage_restrictions
end