Class: Aws::Types::ChangeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def comment
  @comment
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def id
  @id
end

#status"PENDING", "INSYNC"

Returns the value of attribute status.

Returns:

  • ("PENDING", "INSYNC")


79
80
81
# File 'sig/types.rbs', line 79

def status
  @status
end

#submitted_at::Time

Returns the value of attribute submitted_at.

Returns:

  • (::Time)


80
81
82
# File 'sig/types.rbs', line 80

def 
  @submitted_at
end