Class: Aws::Appflow::Types::RegistrationOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3716

class RegistrationOutput < Struct.new(
  :message,
  :result,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resultString

Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3716

class RegistrationOutput < Struct.new(
  :message,
  :result,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the status of the registration attempt from Amazon AppFlow.

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3716

class RegistrationOutput < Struct.new(
  :message,
  :result,
  :status)
  SENSITIVE = []
  include Aws::Structure
end