Class: Aws::Types::DataProductItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1650
1651
1652
# File 'sig/types.rbs', line 1650

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def identifier
  @identifier
end

#item_type"ASSET"

Returns the value of attribute item_type.

Returns:

  • ("ASSET")


1647
1648
1649
# File 'sig/types.rbs', line 1647

def item_type
  @item_type
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def revision
  @revision
end