Class: Aws::Appflow::Types::UpdateConnectorProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_arnString

The Amazon Resource Name (ARN) of the connector profile.

Returns:

  • (String)


5620
5621
5622
5623
5624
# File 'lib/aws-sdk-appflow/types.rb', line 5620

class UpdateConnectorProfileResponse < Struct.new(
  :connector_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end