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)


18000
18001
18002
# File 'sig/types.rbs', line 18000

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18001
18002
18003
# File 'sig/types.rbs', line 18001

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)


17998
17999
18000
# File 'sig/types.rbs', line 17998

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")


17999
18000
18001
# File 'sig/types.rbs', line 17999

def destination_transit_gateway_attachment_type
  @destination_transit_gateway_attachment_type
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18002
18003
18004
# File 'sig/types.rbs', line 18002

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


17996
17997
17998
# File 'sig/types.rbs', line 17996

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


17997
17998
17999
# File 'sig/types.rbs', line 17997

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)


17994
17995
17996
# File 'sig/types.rbs', line 17994

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")


17995
17996
17997
# File 'sig/types.rbs', line 17995

def source_transit_gateway_attachment_type
  @source_transit_gateway_attachment_type
end