Class: Aws::Types::UpdateActionConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionConnectorRequest
- 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.
-
#authentication_config ⇒ Types::AuthConfig
Returns the value of attribute authentication_config.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
11885 11886 11887 |
# File 'sig/types.rbs', line 11885 def action_connector_id @action_connector_id end |
#authentication_config ⇒ Types::AuthConfig
Returns the value of attribute authentication_config.
11887 11888 11889 |
# File 'sig/types.rbs', line 11887 def authentication_config @authentication_config end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11884 11885 11886 |
# File 'sig/types.rbs', line 11884 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
11888 11889 11890 |
# File 'sig/types.rbs', line 11888 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
11886 11887 11888 |
# File 'sig/types.rbs', line 11886 def name @name end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
11889 11890 11891 |
# File 'sig/types.rbs', line 11889 def vpc_connection_arn @vpc_connection_arn end |