Class: Aws::Types::ServerCertificateScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ports::Array[Types::PortRange]

Returns the value of attribute destination_ports.

Returns:



1544
1545
1546
# File 'sig/types.rbs', line 1544

def destination_ports
  @destination_ports
end

#destinations::Array[Types::Address]

Returns the value of attribute destinations.

Returns:



1542
1543
1544
# File 'sig/types.rbs', line 1542

def destinations
  @destinations
end

#protocols::Array[::Integer]

Returns the value of attribute protocols.

Returns:

  • (::Array[::Integer])


1545
1546
1547
# File 'sig/types.rbs', line 1545

def protocols
  @protocols
end

#source_ports::Array[Types::PortRange]

Returns the value of attribute source_ports.

Returns:



1543
1544
1545
# File 'sig/types.rbs', line 1543

def source_ports
  @source_ports
end

#sources::Array[Types::Address]

Returns the value of attribute sources.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def sources
  @sources
end