Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#as_2_config ⇒ Types::As2ConnectorConfig
Returns the value of attribute as_2_config.
-
#egress_config ⇒ Types::ConnectorEgressConfig
Returns the value of attribute egress_config.
-
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
-
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
-
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
-
#sftp_config ⇒ Types::SftpConnectorConfig
Returns the value of attribute sftp_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
116 117 118 |
# File 'sig/types.rbs', line 116 def access_role @access_role end |
#as_2_config ⇒ Types::As2ConnectorConfig
Returns the value of attribute as_2_config.
115 116 117 |
# File 'sig/types.rbs', line 115 def as_2_config @as_2_config end |
#egress_config ⇒ Types::ConnectorEgressConfig
Returns the value of attribute egress_config.
121 122 123 |
# File 'sig/types.rbs', line 121 def egress_config @egress_config end |
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
122 123 124 |
# File 'sig/types.rbs', line 122 def ip_address_type @ip_address_type end |
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
117 118 119 |
# File 'sig/types.rbs', line 117 def logging_role @logging_role end |
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def security_policy_name @security_policy_name end |
#sftp_config ⇒ Types::SftpConnectorConfig
Returns the value of attribute sftp_config.
119 120 121 |
# File 'sig/types.rbs', line 119 def sftp_config @sftp_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
118 119 120 |
# File 'sig/types.rbs', line 118 def end |
#url ⇒ ::String
Returns the value of attribute url.
114 115 116 |
# File 'sig/types.rbs', line 114 def url @url end |