Class: Aws::Types::UpdateFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


3006
3007
3008
# File 'sig/types.rbs', line 3006

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#definitionTypes::FlowDefinition

Returns the value of attribute definition.



3007
3008
3009
# File 'sig/types.rbs', line 3007

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3004
3005
3006
# File 'sig/types.rbs', line 3004

def description
  @description
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


3005
3006
3007
# File 'sig/types.rbs', line 3005

def execution_role_arn
  @execution_role_arn
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def flow_identifier
  @flow_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3003
3004
3005
# File 'sig/types.rbs', line 3003

def name
  @name
end