Class: Aws::Types::AnalysisSecurityGroupRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def cidr
  @cidr
end

#direction::String

Returns the value of attribute direction.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def direction
  @direction
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def port_range
  @port_range
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def prefix_list_id
  @prefix_list_id
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def protocol
  @protocol
end

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def security_group_id
  @security_group_id
end