Class: Aws::Types::TransitGatewayMeteringPolicyRule

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)


18650
18651
18652
# File 'sig/types.rbs', line 18650

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18651
18652
18653
# File 'sig/types.rbs', line 18651

def destination_port_range
  @destination_port_range
end

#destination_transit_gateway_attachment_id::String

Returns the value of attribute destination_transit_gateway_attachment_id.

Returns:

  • (::String)


18648
18649
18650
# File 'sig/types.rbs', line 18648

def destination_transit_gateway_attachment_id
  @destination_transit_gateway_attachment_id
end

#destination_transit_gateway_attachment_type"vpc", ...

Returns the value of attribute destination_transit_gateway_attachment_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18649
18650
18651
# File 'sig/types.rbs', line 18649

def destination_transit_gateway_attachment_type
  @destination_transit_gateway_attachment_type
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18652
18653
18654
# File 'sig/types.rbs', line 18652

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18646
18647
18648
# File 'sig/types.rbs', line 18646

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18647
18648
18649
# File 'sig/types.rbs', line 18647

def source_port_range
  @source_port_range
end

#source_transit_gateway_attachment_id::String

Returns the value of attribute source_transit_gateway_attachment_id.

Returns:

  • (::String)


18644
18645
18646
# File 'sig/types.rbs', line 18644

def source_transit_gateway_attachment_id
  @source_transit_gateway_attachment_id
end

#source_transit_gateway_attachment_type"vpc", ...

Returns the value of attribute source_transit_gateway_attachment_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18645
18646
18647
# File 'sig/types.rbs', line 18645

def source_transit_gateway_attachment_type
  @source_transit_gateway_attachment_type
end