Class: Aws::Types::DeleteFlowVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def version
  @version
end