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.
12275 12276 12277 |
# File 'sig/types.rbs', line 12275 def action_connector_id @action_connector_id end |
#authentication_config ⇒ Types::AuthConfig
Returns the value of attribute authentication_config.
12277 12278 12279 |
# File 'sig/types.rbs', line 12277 def authentication_config @authentication_config end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12274 12275 12276 |
# File 'sig/types.rbs', line 12274 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12278 12279 12280 |
# File 'sig/types.rbs', line 12278 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
12276 12277 12278 |
# File 'sig/types.rbs', line 12276 def name @name end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
12279 12280 12281 |
# File 'sig/types.rbs', line 12279 def vpc_connection_arn @vpc_connection_arn end |