Class: Aws::Types::FlowDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:flow_definition])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5705
5706
5707
# File 'sig/types.rbs', line 5705

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


5711
5712
5713
# File 'sig/types.rbs', line 5711

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5710
5711
5712
# File 'sig/types.rbs', line 5710

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5708
5709
5710
# File 'sig/types.rbs', line 5708

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


5714
5715
5716
# File 'sig/types.rbs', line 5714

def flow_definition
  @flow_definition
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


5706
5707
5708
# File 'sig/types.rbs', line 5706

def flow_id
  @flow_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


5713
5714
5715
# File 'sig/types.rbs', line 5713

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5712
5713
5714
# File 'sig/types.rbs', line 5712

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5707
5708
5709
# File 'sig/types.rbs', line 5707

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

  • ("PUBLISHED", "DRAFT", "PENDING_APPROVAL")


5709
5710
5711
# File 'sig/types.rbs', line 5709

def publish_state
  @publish_state
end

#step_aliases::Array[Types::StepAliasMapping]

Returns the value of attribute step_aliases.

Returns:



5715
5716
5717
# File 'sig/types.rbs', line 5715

def step_aliases
  @step_aliases
end