Class: Aws::Appflow::Types::HoneycodeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::HoneycodeMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector metadata specific to Amazon Honeycode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Amazon Honeycode account.
Instance Attribute Details
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Amazon Honeycode account.
2859 2860 2861 2862 2863 |
# File 'lib/aws-sdk-appflow/types.rb', line 2859 class HoneycodeMetadata < Struct.new( :o_auth_scopes) SENSITIVE = [] include Aws::Structure end |