Class: Aws::Types::RevisionEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def comment
  @comment
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


910
911
912
# File 'sig/types.rbs', line 910

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:

  • (Boolean)


912
913
914
# File 'sig/types.rbs', line 912

def finalized
  @finalized
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def id
  @id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def revocation_comment
  @revocation_comment
end

#revokedBoolean

Returns the value of attribute revoked.

Returns:

  • (Boolean)


917
918
919
# File 'sig/types.rbs', line 917

def revoked
  @revoked
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


918
919
920
# File 'sig/types.rbs', line 918

def revoked_at
  @revoked_at
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


915
916
917
# File 'sig/types.rbs', line 915

def updated_at
  @updated_at
end