Class: Aws::Types::CreateTransitGatewayMeteringPolicyEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayMeteringPolicyEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
-
#destination_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute destination_transit_gateway_attachment_id.
-
#destination_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute destination_transit_gateway_attachment_type.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#metered_account ⇒ "source-attachment-owner", ...
Returns the value of attribute metered_account.
-
#policy_rule_number ⇒ ::Integer
Returns the value of attribute policy_rule_number.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
-
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
-
#source_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute source_transit_gateway_attachment_id.
-
#source_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute source_transit_gateway_attachment_type.
-
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def destination_port_range @destination_port_range end |
#destination_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute destination_transit_gateway_attachment_id.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def @destination_transit_gateway_attachment_id end |
#destination_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute destination_transit_gateway_attachment_type.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def @destination_transit_gateway_attachment_type end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def dry_run @dry_run end |
#metered_account ⇒ "source-attachment-owner", ...
Returns the value of attribute metered_account.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def metered_account @metered_account end |
#policy_rule_number ⇒ ::Integer
Returns the value of attribute policy_rule_number.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def policy_rule_number @policy_rule_number end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def source_port_range @source_port_range end |
#source_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute source_transit_gateway_attachment_id.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def @source_transit_gateway_attachment_id end |
#source_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute source_transit_gateway_attachment_type.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def @source_transit_gateway_attachment_type end |
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def transit_gateway_metering_policy_id @transit_gateway_metering_policy_id end |