Class: Aws::Types::ProtocolDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2_transports::Array[("HTTP")]

Returns the value of attribute as_2_transports.

Returns:

  • (::Array[("HTTP")])


1128
1129
1130
# File 'sig/types.rbs', line 1128

def as_2_transports
  @as_2_transports
end

#passive_ip::String

Returns the value of attribute passive_ip.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def passive_ip
  @passive_ip
end

#proxy_configTypes::ProxyConfig

Returns the value of attribute proxy_config.

Returns:



1129
1130
1131
# File 'sig/types.rbs', line 1129

def proxy_config
  @proxy_config
end

#set_stat_option"DEFAULT", "ENABLE_NO_OP"

Returns the value of attribute set_stat_option.

Returns:

  • ("DEFAULT", "ENABLE_NO_OP")


1127
1128
1129
# File 'sig/types.rbs', line 1127

def set_stat_option
  @set_stat_option
end

#tls_session_resumption_mode"DISABLED", ...

Returns the value of attribute tls_session_resumption_mode.

Returns:

  • ("DISABLED", "ENABLED", "ENFORCED")


1126
1127
1128
# File 'sig/types.rbs', line 1126

def tls_session_resumption_mode
  @tls_session_resumption_mode
end