Class: Aws::Types::ServerCertificateScope
- Inherits:
-
Object
- Object
- Aws::Types::ServerCertificateScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute destination_ports.
-
#destinations ⇒ ::Array[Types::Address]
Returns the value of attribute destinations.
-
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
-
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
-
#sources ⇒ ::Array[Types::Address]
Returns the value of attribute sources.
Instance Attribute Details
#destination_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute destination_ports.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def destination_ports @destination_ports end |
#destinations ⇒ ::Array[Types::Address]
Returns the value of attribute destinations.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def destinations @destinations end |
#protocols ⇒ ::Array[::Integer]
Returns the value of attribute protocols.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def protocols @protocols end |
#source_ports ⇒ ::Array[Types::PortRange]
Returns the value of attribute source_ports.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def source_ports @source_ports end |
#sources ⇒ ::Array[Types::Address]
Returns the value of attribute sources.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def sources @sources end |