Class: Aws::LookoutMetrics::Types::AppFlowConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AppFlowConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Details about an Amazon AppFlow flow datasource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_name ⇒ String
name of the flow.
-
#role_arn ⇒ String
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
Instance Attribute Details
#flow_name ⇒ String
name of the flow.
455 456 457 458 459 460 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 455 class AppFlowConfig < Struct.new( :role_arn, :flow_name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
455 456 457 458 459 460 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 455 class AppFlowConfig < Struct.new( :role_arn, :flow_name) SENSITIVE = [] include Aws::Structure end |