Class: Aws::Types::CreateFlowRequest

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)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def 
  @aws_account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def flow_definition
  @flow_definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def name
  @name
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.

Returns:



2394
2395
2396
# File 'sig/types.rbs', line 2394

def permissions
  @permissions
end