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)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def 
  @aws_account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def description
  @description
end

#flow_definitionObject

Returns the value of attribute flow_definition.

Returns:

  • (Object)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def flow_definition
  @flow_definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def name
  @name
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.

Returns:



2278
2279
2280
# File 'sig/types.rbs', line 2278

def permissions
  @permissions
end