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)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def approved_timestamp
  @approved_timestamp
end

#archived_timestamp ⇒ ::Time

Returns the value of attribute archived_timestamp.

Returns:

  • (::Time)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def archived_timestamp
  @archived_timestamp
end

#aws_reviewing_timestamp ⇒ ::Time

Returns the value of attribute aws_reviewing_timestamp.

Returns:

  • (::Time)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def aws_reviewing_timestamp
  @aws_reviewing_timestamp
end

#denied_timestamp ⇒ ::Time

Returns the value of attribute denied_timestamp.

Returns:

  • (::Time)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def denied_timestamp
  @denied_timestamp
end

#discarded_timestamp ⇒ ::Time

Returns the value of attribute discarded_timestamp.

Returns:

  • (::Time)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def discarded_timestamp
  @discarded_timestamp
end

#draft_timestamp ⇒ ::Time

Returns the value of attribute draft_timestamp.

Returns:

  • (::Time)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def draft_timestamp
  @draft_timestamp
end

#requires_authentication_timestamp ⇒ ::Time

Returns the value of attribute requires_authentication_timestamp.

Returns:

  • (::Time)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def requires_authentication_timestamp
  @requires_authentication_timestamp
end

#reviewing_timestamp ⇒ ::Time

Returns the value of attribute reviewing_timestamp.

Returns:

  • (::Time)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def reviewing_timestamp
  @reviewing_timestamp
end

#revoked_timestamp ⇒ ::Time

Returns the value of attribute revoked_timestamp.

Returns:

  • (::Time)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def revoked_timestamp
  @revoked_timestamp
end

#submitted_timestamp ⇒ ::Time

Returns the value of attribute submitted_timestamp.

Returns:

  • (::Time)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def 
  @submitted_timestamp
end