Class: Aws::Types::ActionRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


154
155
156
# File 'sig/types.rbs', line 154

def created
  @created
end

#revision_change_id::String

Returns the value of attribute revision_change_id.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def revision_change_id
  @revision_change_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def revision_id
  @revision_id
end