Class: Aws::Types::UpdateFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:flow_definition])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12692
12693
12694
# File 'sig/types.rbs', line 12692

def 
  @aws_account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12697
12698
12699
# File 'sig/types.rbs', line 12697

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12695
12696
12697
# File 'sig/types.rbs', line 12695

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


12696
12697
12698
# File 'sig/types.rbs', line 12696

def flow_definition
  @flow_definition
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


12693
12694
12695
# File 'sig/types.rbs', line 12693

def flow_id
  @flow_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12694
12695
12696
# File 'sig/types.rbs', line 12694

def name
  @name
end