Class: Aws::Appflow::Types::RegistrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::RegistrationOutput
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Describes the status of an attempt from Amazon AppFlow to register a resource.
When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Explains the status of the registration attempt from Amazon AppFlow.
-
#result ⇒ String
Indicates the number of resources that Amazon AppFlow created or updated.
-
#status ⇒ String
Indicates the status of the registration attempt from Amazon AppFlow.
Instance Attribute Details
#message ⇒ String
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
3904 3905 3906 3907 3908 3909 3910 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3904 class RegistrationOutput < Struct.new( :message, :result, :status) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
3904 3905 3906 3907 3908 3909 3910 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3904 class RegistrationOutput < Struct.new( :message, :result, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the registration attempt from Amazon AppFlow.
3904 3905 3906 3907 3908 3909 3910 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3904 class RegistrationOutput < Struct.new( :message, :result, :status) SENSITIVE = [] include Aws::Structure end |