Class: Aws::Types::CreateChannelFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arn::String

Returns the value of attribute app_instance_arn.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def app_instance_arn
  @app_instance_arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def name
  @name
end

#processors::Array[Types::Processor]

Returns the value of attribute processors.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def processors
  @processors
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def tags
  @tags
end