Class: Aws::Types::FlowDefinitionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6063
6064
6065
# File 'sig/types.rbs', line 6063

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6064
6065
6066
# File 'sig/types.rbs', line 6064

def failure_reason
  @failure_reason
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


6061
6062
6063
# File 'sig/types.rbs', line 6061

def flow_definition_arn
  @flow_definition_arn
end

#flow_definition_name::String

Returns the value of attribute flow_definition_name.

Returns:

  • (::String)


6060
6061
6062
# File 'sig/types.rbs', line 6060

def flow_definition_name
  @flow_definition_name
end

#flow_definition_status"Initializing", ...

Returns the value of attribute flow_definition_status.

Returns:

  • ("Initializing", "Active", "Failed", "Deleting")


6062
6063
6064
# File 'sig/types.rbs', line 6062

def flow_definition_status
  @flow_definition_status
end