Class: Aws::Types::CreateConnectorRequest

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)


116
117
118
# File 'sig/types.rbs', line 116

def access_role
  @access_role
end

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

Returns:

  • ("IPV4", "DUALSTACK")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def security_policy_name
  @security_policy_name
end

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

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def tags
  @tags
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def url
  @url
end