Class: Aws::Types::CreateChannelFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
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.
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.
261 262 263 |
# File 'sig/types.rbs', line 261 def name @name end |
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
260 261 262 |
# File 'sig/types.rbs', line 260 def processors @processors end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def end |