Class: Aws::Types::AssetListingItem

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

Returns the value of attribute additional_attributes.



302
303
304
# File 'sig/types.rbs', line 302

def additional_attributes
  @additional_attributes
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


296
297
298
# File 'sig/types.rbs', line 296

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def description
  @description
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def entity_id
  @entity_id
end

#entity_revision::String

Returns the value of attribute entity_revision.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def entity_revision
  @entity_revision
end

#entity_type::String

Returns the value of attribute entity_type.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def entity_type
  @entity_type
end

#glossary_terms::Array[Types::DetailedGlossaryTerm]

Returns the value of attribute glossary_terms.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def glossary_terms
  @glossary_terms
end

#governed_glossary_terms::Array[Types::DetailedGlossaryTerm]

Returns the value of attribute governed_glossary_terms.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def governed_glossary_terms
  @governed_glossary_terms
end

#listing_created_by::String

Returns the value of attribute listing_created_by.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def listing_created_by
  @listing_created_by
end

#listing_id::String

Returns the value of attribute listing_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def listing_id
  @listing_id
end

#listing_revision::String

Returns the value of attribute listing_revision.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def listing_revision
  @listing_revision
end

#listing_updated_by::String

Returns the value of attribute listing_updated_by.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def listing_updated_by
  @listing_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def owning_project_id
  @owning_project_id
end