Class: Aws::Types::ActionConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ActionConnectorSummary
- 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.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
Instance Attribute Details
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
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.
85 86 87 |
# File 'sig/types.rbs', line 85 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
89 90 91 |
# File 'sig/types.rbs', line 89 def created_time @created_time end |
#error ⇒ Types::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.
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.
88 89 90 |
# File 'sig/types.rbs', line 88 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |
#type ⇒ "GENERIC_HTTP", ...
Returns the value of attribute type.
87 88 89 |
# File 'sig/types.rbs', line 87 def type @type end |