Class: Aws::Types::CreateFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def client_token
  @client_token
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#definitionTypes::FlowDefinition

Returns the value of attribute definition.



509
510
511
# File 'sig/types.rbs', line 509

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def description
  @description
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def execution_role_arn
  @execution_role_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


511
512
513
# File 'sig/types.rbs', line 511

def tags
  @tags
end