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)


18124
18125
18126
# File 'sig/types.rbs', line 18124

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18125
18126
18127
# File 'sig/types.rbs', line 18125

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayPolicyRuleMetaData

Returns the value of attribute meta_data.



18127
18128
18129
# File 'sig/types.rbs', line 18127

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18126
18127
18128
# File 'sig/types.rbs', line 18126

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18122
18123
18124
# File 'sig/types.rbs', line 18122

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18123
18124
18125
# File 'sig/types.rbs', line 18123

def source_port_range
  @source_port_range
end