Class: Aws::Types::RevokeSecurityGroupEgressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ip::String

Returns the value of attribute cidr_ip.

Returns:

  • (::String)


16675
16676
16677
# File 'sig/types.rbs', line 16675

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16668
16669
16670
# File 'sig/types.rbs', line 16668

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


16673
16674
16675
# File 'sig/types.rbs', line 16673

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


16669
16670
16671
# File 'sig/types.rbs', line 16669

def group_id
  @group_id
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



16676
16677
16678
# File 'sig/types.rbs', line 16676

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


16672
16673
16674
# File 'sig/types.rbs', line 16672

def ip_protocol
  @ip_protocol
end

#security_group_rule_ids::Array[::String]

Returns the value of attribute security_group_rule_ids.

Returns:

  • (::Array[::String])


16667
16668
16669
# File 'sig/types.rbs', line 16667

def security_group_rule_ids
  @security_group_rule_ids
end

#source_security_group_name::String

Returns the value of attribute source_security_group_name.

Returns:

  • (::String)


16670
16671
16672
# File 'sig/types.rbs', line 16670

def source_security_group_name
  @source_security_group_name
end

#source_security_group_owner_id::String

Returns the value of attribute source_security_group_owner_id.

Returns:

  • (::String)


16671
16672
16673
# File 'sig/types.rbs', line 16671

def source_security_group_owner_id
  @source_security_group_owner_id
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


16674
16675
16676
# File 'sig/types.rbs', line 16674

def to_port
  @to_port
end