Class: Aws::Types::ActionConnector
- Inherits:
-
Object
- Object
- Aws::Types::ActionConnector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authentication_config ⇒ Types::ReadAuthConfig
Returns the value of attribute authentication_config.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled_actions ⇒ ::Array[::String]
Returns the value of attribute enabled_actions.
-
#error ⇒ Types::ActionConnectorError
Returns the value of attribute error.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "GENERIC_HTTP", ...
Returns the value of attribute type.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
Instance Attribute Details
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
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.
56 57 58 |
# File 'sig/types.rbs', line 56 def arn @arn end |
#authentication_config ⇒ Types::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.
60 61 62 |
# File 'sig/types.rbs', line 60 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#enabled_actions ⇒ ::Array[::String]
Returns the value of attribute enabled_actions.
66 67 68 |
# File 'sig/types.rbs', line 66 def enabled_actions @enabled_actions end |
#error ⇒ Types::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.
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.
59 60 61 |
# File 'sig/types.rbs', line 59 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
62 63 64 |
# File 'sig/types.rbs', line 62 def status @status end |
#type ⇒ "GENERIC_HTTP", ...
Returns the value of attribute type.
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.
67 68 69 |
# File 'sig/types.rbs', line 67 def vpc_connection_arn @vpc_connection_arn end |