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)


12250
12251
12252
# File 'sig/types.rbs', line 12250

def 
  @aws_account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12255
12256
12257
# File 'sig/types.rbs', line 12255

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12253
12254
12255
# File 'sig/types.rbs', line 12253

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


12254
12255
12256
# File 'sig/types.rbs', line 12254

def flow_definition
  @flow_definition
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


12251
12252
12253
# File 'sig/types.rbs', line 12251

def flow_id
  @flow_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12252
12253
12254
# File 'sig/types.rbs', line 12252

def name
  @name
end