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)


18517
18518
18519
# File 'sig/types.rbs', line 18517

def destination_cidr_block
  @destination_cidr_block
end

#destination_port_range::String

Returns the value of attribute destination_port_range.

Returns:

  • (::String)


18518
18519
18520
# File 'sig/types.rbs', line 18518

def destination_port_range
  @destination_port_range
end

#meta_dataTypes::TransitGatewayRequestPolicyRuleMetaData

Returns the value of attribute meta_data.



18520
18521
18522
# File 'sig/types.rbs', line 18520

def 
  @meta_data
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


18519
18520
18521
# File 'sig/types.rbs', line 18519

def protocol
  @protocol
end

#source_cidr_block::String

Returns the value of attribute source_cidr_block.

Returns:

  • (::String)


18515
18516
18517
# File 'sig/types.rbs', line 18515

def source_cidr_block
  @source_cidr_block
end

#source_port_range::String

Returns the value of attribute source_port_range.

Returns:

  • (::String)


18516
18517
18518
# File 'sig/types.rbs', line 18516

def source_port_range
  @source_port_range
end