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.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def action_connector_id @action_connector_id end |
#authentication_config ⇒ Types::AuthConfig
Returns the value of attribute authentication_config.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def authentication_config @authentication_config end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def @permissions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def @tags end |
#type ⇒ "GENERIC_HTTP", ...
Returns the value of attribute type.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def type @type end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def vpc_connection_arn @vpc_connection_arn end |