Class: Aws::Types::PathComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block ⇒ ::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def sequence
  @sequence
end