Class: Aws::Types::UpdateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorRequest
- 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.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#egress_config ⇒ Types::UpdateConnectorEgressConfig
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.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def access_role @access_role end |
#as_2_config ⇒ Types::As2ConnectorConfig
Returns the value of attribute as_2_config.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def as_2_config @as_2_config end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def connector_id @connector_id end |
#egress_config ⇒ Types::UpdateConnectorEgressConfig
Returns the value of attribute egress_config.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def egress_config @egress_config end |
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def ip_address_type @ip_address_type end |
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def logging_role @logging_role end |
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def security_policy_name @security_policy_name end |
#sftp_config ⇒ Types::SftpConnectorConfig
Returns the value of attribute sftp_config.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def sftp_config @sftp_config end |
#url ⇒ ::String
Returns the value of attribute url.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def url @url end |