Class: Aws::Types::AssetListing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def asset_id
  @asset_id
end

#asset_revision::String

Returns the value of attribute asset_revision.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def asset_revision
  @asset_revision
end

#asset_type::String

Returns the value of attribute asset_type.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


273
274
275
# File 'sig/types.rbs', line 273

def created_at
  @created_at
end

#forms::String

Returns the value of attribute forms.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def forms
  @forms
end

#glossary_terms::Array[Types::DetailedGlossaryTerm]

Returns the value of attribute glossary_terms.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def glossary_terms
  @glossary_terms
end

#governed_glossary_terms::Array[Types::DetailedGlossaryTerm]

Returns the value of attribute governed_glossary_terms.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def governed_glossary_terms
  @governed_glossary_terms
end

#latest_time_series_data_point_forms::Array[Types::TimeSeriesDataPointSummaryFormOutput]

Returns the value of attribute latest_time_series_data_point_forms.



275
276
277
# File 'sig/types.rbs', line 275

def latest_time_series_data_point_forms
  @latest_time_series_data_point_forms
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def owning_project_id
  @owning_project_id
end