Class: Aws::Types::CreateActionConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateActionConnectorRequest
- 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.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def action_connector_id @action_connector_id end |
#authentication_config ⇒ Types::AuthConfig
Returns the value of attribute authentication_config.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def authentication_config @authentication_config end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def @permissions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def @tags end |
#type ⇒ "GENERIC_HTTP", ...
Returns the value of attribute type.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def type @type end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def vpc_connection_arn @vpc_connection_arn end |