Class: Aws::Types::TransitGatewayRouteTableRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


18595
18596
18597
# File 'sig/types.rbs', line 18595

def attachment_id
  @attachment_id
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


18591
18592
18593
# File 'sig/types.rbs', line 18591

def destination_cidr
  @destination_cidr
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


18594
18595
18596
# File 'sig/types.rbs', line 18594

def prefix_list_id
  @prefix_list_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18596
18597
18598
# File 'sig/types.rbs', line 18596

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


18597
18598
18599
# File 'sig/types.rbs', line 18597

def resource_type
  @resource_type
end

#route_origin::String

Returns the value of attribute route_origin.

Returns:

  • (::String)


18593
18594
18595
# File 'sig/types.rbs', line 18593

def route_origin
  @route_origin
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


18592
18593
18594
# File 'sig/types.rbs', line 18592

def state
  @state
end