Class: Aws::Types::TransitGatewayRequestPolicyRule

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)


18856
18857
18858
# File 'sig/types.rbs', line 18856

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18857
18858
18859
# File 'sig/types.rbs', line 18857

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayRequestPolicyRuleMetaData

Returns the value of attribute meta_data.



18859
18860
18861
# File 'sig/types.rbs', line 18859

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18858
18859
18860
# File 'sig/types.rbs', line 18858

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18854
18855
18856
# File 'sig/types.rbs', line 18854

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18855
18856
18857
# File 'sig/types.rbs', line 18855

def source_port_range
  @source_port_range
end