Class: Aws::Types::WorkflowTypeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def creation_date
  @creation_date
end

#deprecation_date::Time

Returns the value of attribute deprecation_date.

Returns:

  • (::Time)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def deprecation_date
  @deprecation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def description
  @description
end

#status"REGISTERED", "DEPRECATED"

Returns the value of attribute status.

Returns:

  • ("REGISTERED", "DEPRECATED")


1227
1228
1229
# File 'sig/types.rbs', line 1227

def status
  @status
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



1226
1227
1228
# File 'sig/types.rbs', line 1226

def workflow_type
  @workflow_type
end