Class: Aws::Types::As2ConnectorConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#async_mdn_configTypes::As2AsyncMdnConnectorConfig

Returns the value of attribute async_mdn_config.



33
34
35
# File 'sig/types.rbs', line 33

def async_mdn_config
  @async_mdn_config
end

#basic_auth_secret_id::String

Returns the value of attribute basic_auth_secret_id.



31
32
33
# File 'sig/types.rbs', line 31

def basic_auth_secret_id
  @basic_auth_secret_id
end

#compression"ZLIB", "DISABLED"

Returns the value of attribute compression.



26
27
28
# File 'sig/types.rbs', line 26

def compression
  @compression
end

#encryption_algorithm"AES128_CBC", ...

Returns the value of attribute encryption_algorithm.



27
28
29
# File 'sig/types.rbs', line 27

def encryption_algorithm
  @encryption_algorithm
end

#local_profile_id::String

Returns the value of attribute local_profile_id.



23
24
25
# File 'sig/types.rbs', line 23

def local_profile_id
  @local_profile_id
end

#mdn_response"SYNC", ...

Returns the value of attribute mdn_response.



30
31
32
# File 'sig/types.rbs', line 30

def mdn_response
  @mdn_response
end

#mdn_signing_algorithm"SHA256", ...

Returns the value of attribute mdn_signing_algorithm.



29
30
31
# File 'sig/types.rbs', line 29

def mdn_signing_algorithm
  @mdn_signing_algorithm
end

#message_subject::String

Returns the value of attribute message_subject.



25
26
27
# File 'sig/types.rbs', line 25

def message_subject
  @message_subject
end

#partner_profile_id::String

Returns the value of attribute partner_profile_id.



24
25
26
# File 'sig/types.rbs', line 24

def partner_profile_id
  @partner_profile_id
end

#preserve_content_type"ENABLED", "DISABLED"

Returns the value of attribute preserve_content_type.



32
33
34
# File 'sig/types.rbs', line 32

def preserve_content_type
  @preserve_content_type
end

#signing_algorithm"SHA256", ...

Returns the value of attribute signing_algorithm.



28
29
30
# File 'sig/types.rbs', line 28

def signing_algorithm
  @signing_algorithm
end