Class: Aws::Types::GetGlossaryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2894
2895
2896
# File 'sig/types.rbs', line 2894

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2895
2896
2897
# File 'sig/types.rbs', line 2895

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2897
2898
2899
# File 'sig/types.rbs', line 2897

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


2896
2897
2898
# File 'sig/types.rbs', line 2896

def owning_project_id
  @owning_project_id
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


2899
2900
2901
# File 'sig/types.rbs', line 2899

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def updated_by
  @updated_by
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


2904
2905
2906
# File 'sig/types.rbs', line 2904

def usage_restrictions
  @usage_restrictions
end