Class: Aws::Types::TransitGatewayPolicyRule

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)


18774
18775
18776
# File 'sig/types.rbs', line 18774

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18775
18776
18777
# File 'sig/types.rbs', line 18775

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayPolicyRuleMetaData

Returns the value of attribute meta_data.



18777
18778
18779
# File 'sig/types.rbs', line 18777

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18776
18777
18778
# File 'sig/types.rbs', line 18776

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18772
18773
18774
# File 'sig/types.rbs', line 18772

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18773
18774
18775
# File 'sig/types.rbs', line 18773

def source_port_range
  @source_port_range
end