Class: Aws::Types::DataProductResultItem

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

Returns the value of attribute additional_attributes.



1704
1705
1706
# File 'sig/types.rbs', line 1704

def additional_attributes
  @additional_attributes
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def domain_id
  @domain_id
end

#first_revision_created_at::Time

Returns the value of attribute first_revision_created_at.

Returns:

  • (::Time)


1702
1703
1704
# File 'sig/types.rbs', line 1702

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)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def first_revision_created_by
  @first_revision_created_by
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1699
1700
1701
# File 'sig/types.rbs', line 1699

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def owning_project_id
  @owning_project_id
end