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)


18206
18207
18208
# File 'sig/types.rbs', line 18206

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18207
18208
18209
# File 'sig/types.rbs', line 18207

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayRequestPolicyRuleMetaData

Returns the value of attribute meta_data.



18209
18210
18211
# File 'sig/types.rbs', line 18209

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18208
18209
18210
# File 'sig/types.rbs', line 18208

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18204
18205
18206
# File 'sig/types.rbs', line 18204

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18205
18206
18207
# File 'sig/types.rbs', line 18205

def source_port_range
  @source_port_range
end