Class: Aws::Types::PathComponent
- Inherits:
-
Object
- Object
- Aws::Types::PathComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#resource ⇒ Types::NetworkResourceSummary
Returns the value of attribute resource.
-
#sequence ⇒ ::Integer
Returns the value of attribute sequence.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def destination_cidr_block @destination_cidr_block end |
#resource ⇒ Types::NetworkResourceSummary
Returns the value of attribute resource.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def resource @resource end |
#sequence ⇒ ::Integer
Returns the value of attribute sequence.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def sequence @sequence end |