Class: Aws::Types::CreateTransitGatewayMeteringPolicyEntryRequest

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)


3458
3459
3460
# File 'sig/types.rbs', line 3458

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


3459
3460
3461
# File 'sig/types.rbs', line 3459

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)


3456
3457
3458
# File 'sig/types.rbs', line 3456

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


3457
3458
3459
# File 'sig/types.rbs', line 3457

def destination_transit_gateway_attachment_type
  @destination_transit_gateway_attachment_type
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3462
3463
3464
# File 'sig/types.rbs', line 3462

def dry_run
  @dry_run
end

#metered_account"source-attachment-owner", ...

Returns the value of attribute metered_account.

Returns:

  • ("source-attachment-owner", "destination-attachment-owner", "transit-gateway-owner")


3461
3462
3463
# File 'sig/types.rbs', line 3461

def 
  @metered_account
end

#policy_rule_number::Integer

Returns the value of attribute policy_rule_number.

Returns:

  • (::Integer)


3451
3452
3453
# File 'sig/types.rbs', line 3451

def policy_rule_number
  @policy_rule_number
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


3460
3461
3462
# File 'sig/types.rbs', line 3460

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


3454
3455
3456
# File 'sig/types.rbs', line 3454

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


3455
3456
3457
# File 'sig/types.rbs', line 3455

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)


3452
3453
3454
# File 'sig/types.rbs', line 3452

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


3453
3454
3455
# File 'sig/types.rbs', line 3453

def source_transit_gateway_attachment_type
  @source_transit_gateway_attachment_type
end

#transit_gateway_metering_policy_id::String

Returns the value of attribute transit_gateway_metering_policy_id.

Returns:

  • (::String)


3450
3451
3452
# File 'sig/types.rbs', line 3450

def transit_gateway_metering_policy_id
  @transit_gateway_metering_policy_id
end