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)


18795
18796
18797
# File 'sig/types.rbs', line 18795

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18796
18797
18798
# File 'sig/types.rbs', line 18796

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayPolicyRuleMetaData

Returns the value of attribute meta_data.



18798
18799
18800
# File 'sig/types.rbs', line 18798

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18797
18798
18799
# File 'sig/types.rbs', line 18797

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18793
18794
18795
# File 'sig/types.rbs', line 18793

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18794
18795
18796
# File 'sig/types.rbs', line 18794

def source_port_range
  @source_port_range
end