Class: Aws::Types::DataProductRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1713
1714
1715
# File 'sig/types.rbs', line 1713

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def id
  @id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def revision
  @revision
end