Class: Aws::Types::ActionConnector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def arn
  @arn
end

#authentication_configTypes::ReadAuthConfig

Returns the value of attribute authentication_config.



65
66
67
# File 'sig/types.rbs', line 65

def authentication_config
  @authentication_config
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

#enabled_actions::Array[::String]

Returns the value of attribute enabled_actions.

Returns:

  • (::Array[::String])


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

def enabled_actions
  @enabled_actions
end

#errorTypes::ActionConnectorError

Returns the value of attribute error.



63
64
65
# File 'sig/types.rbs', line 63

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def name
  @name
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


62
63
64
# File 'sig/types.rbs', line 62

def status
  @status
end

#type"GENERIC_HTTP", ...

Returns the value of attribute type.

Returns:

  • ("GENERIC_HTTP", "SERVICENOW_NOW_PLATFORM", "SALESFORCE_CRM", "MICROSOFT_OUTLOOK", "PAGERDUTY_ADVANCE", "JIRA_CLOUD", "ATLASSIAN_CONFLUENCE", "AMAZON_S3", "AMAZON_BEDROCK_AGENT_RUNTIME", "AMAZON_BEDROCK_RUNTIME", "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME", "AMAZON_TEXTRACT", "AMAZON_COMPREHEND", "AMAZON_COMPREHEND_MEDICAL", "MICROSOFT_ONEDRIVE", "MICROSOFT_SHAREPOINT", "MICROSOFT_TEAMS", "SAP_BUSINESSPARTNER", "SAP_PRODUCTMASTERDATA", "SAP_PHYSICALINVENTORY", "SAP_BILLOFMATERIALS", "SAP_MATERIALSTOCK", "ZENDESK_SUITE", "SMARTSHEET", "SLACK", "ASANA", "BAMBOO_HR")


58
59
60
# File 'sig/types.rbs', line 58

def type
  @type
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


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

def vpc_connection_arn
  @vpc_connection_arn
end