Class: Aws::Types::ConnectionTypeBrief

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesTypes::Capabilities

Returns the value of attribute capabilities.

Returns:



1137
1138
1139
# File 'sig/types.rbs', line 1137

def capabilities
  @capabilities
end

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


1136
1137
1138
# File 'sig/types.rbs', line 1136

def categories
  @categories
end

#connection_type"JDBC", ...

Returns the value of attribute connection_type.

Returns:

  • ("JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK", "MARKETPLACE", "CUSTOM", "SALESFORCE", "VIEW_VALIDATION_REDSHIFT", "VIEW_VALIDATION_ATHENA", "GOOGLEADS", "GOOGLESHEETS", "GOOGLEANALYTICS4", "SERVICENOW", "MARKETO", "SAPODATA", "ZENDESK", "JIRACLOUD", "NETSUITEERP", "HUBSPOT", "FACEBOOKADS", "INSTAGRAMADS", "ZOHOCRM", "SALESFORCEPARDOT", "SALESFORCEMARKETINGCLOUD", "ADOBEANALYTICS", "SLACK", "LINKEDIN", "MIXPANEL", "ASANA", "STRIPE", "SMARTSHEET", "DATADOG", "WOOCOMMERCE", "INTERCOM", "SNAPCHATADS", "PAYPAL", "QUICKBOOKS", "FACEBOOKPAGEINSIGHTS", "FRESHDESK", "TWILIO", "DOCUSIGNMONITOR", "FRESHSALES", "ZOOM", "GOOGLESEARCHCONSOLE", "SALESFORCECOMMERCECLOUD", "SAPCONCUR", "DYNATRACE", "MICROSOFTDYNAMIC365FINANCEANDOPS", "MICROSOFTTEAMS", "BLACKBAUDRAISEREDGENXT", "MAILCHIMP", "GITLAB", "PENDO", "PRODUCTBOARD", "CIRCLECI", "PIPEDIVE", "SENDGRID", "AZURECOSMOS", "AZURESQL", "BIGQUERY", "BLACKBAUD", "CLOUDERAHIVE", "CLOUDERAIMPALA", "CLOUDWATCH", "CLOUDWATCHMETRICS", "CMDB", "DATALAKEGEN2", "DB2", "DB2AS400", "DOCUMENTDB", "DOMO", "DYNAMODB", "GOOGLECLOUDSTORAGE", "HBASE", "KUSTOMER", "MICROSOFTDYNAMICS365CRM", "MONDAY", "MYSQL", "OKTA", "OPENSEARCH", "ORACLE", "PIPEDRIVE", "POSTGRESQL", "SAPHANA", "SQLSERVER", "SYNAPSE", "TERADATA", "TERADATANOS", "TIMESTREAM", "TPCDS", "VERTICA")


1132
1133
1134
# File 'sig/types.rbs', line 1132

def connection_type
  @connection_type
end

#connection_type_variants::Array[Types::ConnectionTypeVariant]

Returns the value of attribute connection_type_variants.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def connection_type_variants
  @connection_type_variants
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def display_name
  @display_name
end

#logo_url::String

Returns the value of attribute logo_url.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def logo_url
  @logo_url
end

#vendor::String

Returns the value of attribute vendor.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def vendor
  @vendor
end