Class: Aws::Types::RegistrationVersionStatusHistory

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approved_timestamp::Time

Returns the value of attribute approved_timestamp.

Returns:

  • (::Time)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def approved_timestamp
  @approved_timestamp
end

#archived_timestamp::Time

Returns the value of attribute archived_timestamp.

Returns:

  • (::Time)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def archived_timestamp
  @archived_timestamp
end

#aws_reviewing_timestamp::Time

Returns the value of attribute aws_reviewing_timestamp.

Returns:

  • (::Time)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def aws_reviewing_timestamp
  @aws_reviewing_timestamp
end

#denied_timestamp::Time

Returns the value of attribute denied_timestamp.

Returns:

  • (::Time)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def denied_timestamp
  @denied_timestamp
end

#discarded_timestamp::Time

Returns the value of attribute discarded_timestamp.

Returns:

  • (::Time)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def discarded_timestamp
  @discarded_timestamp
end

#draft_timestamp::Time

Returns the value of attribute draft_timestamp.

Returns:

  • (::Time)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def draft_timestamp
  @draft_timestamp
end

#requires_authentication_timestamp::Time

Returns the value of attribute requires_authentication_timestamp.

Returns:

  • (::Time)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def requires_authentication_timestamp
  @requires_authentication_timestamp
end

#reviewing_timestamp::Time

Returns the value of attribute reviewing_timestamp.

Returns:

  • (::Time)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def reviewing_timestamp
  @reviewing_timestamp
end

#revoked_timestamp::Time

Returns the value of attribute revoked_timestamp.

Returns:

  • (::Time)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def revoked_timestamp
  @revoked_timestamp
end

#submitted_timestamp::Time

Returns the value of attribute submitted_timestamp.

Returns:

  • (::Time)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def 
  @submitted_timestamp
end