Class: Aws::Types::ConnectorDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type::String

Returns the value of attribute application_type.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def application_type
  @application_type
end

#connector_description::String

Returns the value of attribute connector_description.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def connector_description
  @connector_description
end

#connector_label::String

Returns the value of attribute connector_label.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def connector_label
  @connector_label
end

#connector_modes::Array[::String]

Returns the value of attribute connector_modes.

Returns:

  • (::Array[::String])


135
136
137
# File 'sig/types.rbs', line 135

def connector_modes
  @connector_modes
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def connector_name
  @connector_name
end

#connector_owner::String

Returns the value of attribute connector_owner.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def connector_owner
  @connector_owner
end

#connector_provisioning_type"LAMBDA"

Returns the value of attribute connector_provisioning_type.

Returns:

  • ("LAMBDA")


134
135
136
# File 'sig/types.rbs', line 134

def connector_provisioning_type
  @connector_provisioning_type
end

#connector_type"Salesforce", ...

Returns the value of attribute connector_type.

Returns:

  • ("Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles", "SAPOData", "CustomConnector", "Pardot")


130
131
132
# File 'sig/types.rbs', line 130

def connector_type
  @connector_type
end

#connector_version::String

Returns the value of attribute connector_version.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def connector_version
  @connector_version
end

#registered_at::Time

Returns the value of attribute registered_at.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def registered_at
  @registered_at
end

#registered_by::String

Returns the value of attribute registered_by.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def registered_by
  @registered_by
end

#supported_data_transfer_types::Array[("RECORD" | "FILE")]

Returns the value of attribute supported_data_transfer_types.

Returns:

  • (::Array[("RECORD" | "FILE")])


136
137
138
# File 'sig/types.rbs', line 136

def supported_data_transfer_types
  @supported_data_transfer_types
end