Module: Aws::QBusiness::Client::_GetPluginResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPluginResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #auth_configuration ⇒ Types::PluginAuthConfiguration
- #build_status ⇒ "READY", ...
- #created_at ⇒ ::Time
- #custom_plugin_configuration ⇒ Types::CustomPluginConfiguration
- #display_name ⇒ ::String
- #plugin_arn ⇒ ::String
- #plugin_id ⇒ ::String
- #server_url ⇒ ::String
- #state ⇒ "ENABLED", "DISABLED"
- #type ⇒ "SERVICE_NOW", ...
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def application_id: () -> ::String
|
#auth_configuration ⇒ Types::PluginAuthConfiguration
841 |
# File 'sig/client.rbs', line 841
def auth_configuration: () -> Types::PluginAuthConfiguration
|
#build_status ⇒ "READY", ...
843 |
# File 'sig/client.rbs', line 843
def build_status: () -> ("READY" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#created_at ⇒ ::Time
846 |
# File 'sig/client.rbs', line 846
def created_at: () -> ::Time
|
#custom_plugin_configuration ⇒ Types::CustomPluginConfiguration
842 |
# File 'sig/client.rbs', line 842
def custom_plugin_configuration: () -> Types::CustomPluginConfiguration
|
#display_name ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def display_name: () -> ::String
|
#plugin_arn ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def plugin_arn: () -> ::String
|
#plugin_id ⇒ ::String
837 |
# File 'sig/client.rbs', line 837
def plugin_id: () -> ::String
|
#server_url ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def server_url: () -> ::String
|
#state ⇒ "ENABLED", "DISABLED"
845 |
# File 'sig/client.rbs', line 845
def state: () -> ("ENABLED" | "DISABLED")
|
#type ⇒ "SERVICE_NOW", ...
839 |
# File 'sig/client.rbs', line 839
def type: () -> ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
#updated_at ⇒ ::Time
847 |
# File 'sig/client.rbs', line 847
def updated_at: () -> ::Time
|