Class: Aws::Types::AssetItem

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::AssetItemAdditionalAttributes

Returns the value of attribute additional_attributes.



256
257
258
# File 'sig/types.rbs', line 256

def additional_attributes
  @additional_attributes
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def domain_id
  @domain_id
end

#external_identifier::String

Returns the value of attribute external_identifier.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def external_identifier
  @external_identifier
end

#first_revision_created_at::Time

Returns the value of attribute first_revision_created_at.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def first_revision_created_at
  @first_revision_created_at
end

#first_revision_created_by::String

Returns the value of attribute first_revision_created_by.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def first_revision_created_by
  @first_revision_created_by
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


254
255
256
# File 'sig/types.rbs', line 254

def glossary_terms
  @glossary_terms
end

#governed_glossary_terms::Array[::String]

Returns the value of attribute governed_glossary_terms.

Returns:

  • (::Array[::String])


257
258
259
# File 'sig/types.rbs', line 257

def governed_glossary_terms
  @governed_glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def owning_project_id
  @owning_project_id
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def type_revision
  @type_revision
end