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)


18311
18312
18313
# File 'sig/types.rbs', line 18311

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18312
18313
18314
# File 'sig/types.rbs', line 18312

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)


18309
18310
18311
# File 'sig/types.rbs', line 18309

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


18310
18311
18312
# File 'sig/types.rbs', line 18310

def destination_transit_gateway_attachment_type
  @destination_transit_gateway_attachment_type
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18313
18314
18315
# File 'sig/types.rbs', line 18313

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18307
18308
18309
# File 'sig/types.rbs', line 18307

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18308
18309
18310
# File 'sig/types.rbs', line 18308

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)


18305
18306
18307
# File 'sig/types.rbs', line 18305

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


18306
18307
18308
# File 'sig/types.rbs', line 18306

def source_transit_gateway_attachment_type
  @source_transit_gateway_attachment_type
end