Class: Aws::Types::ActionConnectorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


89
90
91
# File 'sig/types.rbs', line 89

def created_time
  @created_time
end

#errorTypes::ActionConnectorError

Returns the value of attribute error.



92
93
94
# File 'sig/types.rbs', line 92

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

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")


91
92
93
# File 'sig/types.rbs', line 91

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")


87
88
89
# File 'sig/types.rbs', line 87

def type
  @type
end