Class: Aws::Types::AppflowIntegrationWorkflowAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def connector_profile_name
  @connector_profile_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def role_arn
  @role_arn
end

#source_connector_type"Salesforce", ...

Returns the value of attribute source_connector_type.

Returns:

  • ("Salesforce", "Marketo", "Zendesk", "Servicenow", "S3")


67
68
69
# File 'sig/types.rbs', line 67

def source_connector_type
  @source_connector_type
end