Class: Aws::Types::FlowDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def description
  @description
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def flow_name
  @flow_name
end

#kms_arn::String

Returns the value of attribute kms_arn.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def kms_arn
  @kms_arn
end

#source_flow_configTypes::SourceFlowConfig

Returns the value of attribute source_flow_config.



1009
1010
1011
# File 'sig/types.rbs', line 1009

def source_flow_config
  @source_flow_config
end

#tasks::Array[Types::Task]

Returns the value of attribute tasks.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def tasks
  @tasks
end

#trigger_configTypes::TriggerConfig

Returns the value of attribute trigger_config.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def trigger_config
  @trigger_config
end