Class: Aws::Types::UpdateConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role::String

Returns the value of attribute access_role.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def access_role
  @access_role
end

#as_2_configTypes::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.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def connector_id
  @connector_id
end

#egress_configTypes::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.

Returns:

  • ("IPV4", "DUALSTACK")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def security_policy_name
  @security_policy_name
end

#sftp_configTypes::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.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def url
  @url
end