Class: Aws::Types::LoadBalancerTlsPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ciphers::Array[::String]

Returns the value of attribute ciphers.

Returns:



2419
2420
2421
# File 'sig/types.rbs', line 2419

def ciphers
  @ciphers
end

#description::String

Returns the value of attribute description.

Returns:



2417
2418
2419
# File 'sig/types.rbs', line 2417

def description
  @description
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:



2416
2417
2418
# File 'sig/types.rbs', line 2416

def is_default
  @is_default
end

#name::String

Returns the value of attribute name.

Returns:



2415
2416
2417
# File 'sig/types.rbs', line 2415

def name
  @name
end

#protocols::Array[::String]

Returns the value of attribute protocols.

Returns:



2418
2419
2420
# File 'sig/types.rbs', line 2418

def protocols
  @protocols
end