Class: Aws::Types::RevokeSecurityGroupIngressRequest

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)


16391
16392
16393
# File 'sig/types.rbs', line 16391

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16401
16402
16403
# File 'sig/types.rbs', line 16401

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


16392
16393
16394
# File 'sig/types.rbs', line 16392

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


16393
16394
16395
# File 'sig/types.rbs', line 16393

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


16394
16395
16396
# File 'sig/types.rbs', line 16394

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



16395
16396
16397
# File 'sig/types.rbs', line 16395

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


16396
16397
16398
# File 'sig/types.rbs', line 16396

def ip_protocol
  @ip_protocol
end

#security_group_rule_ids::Array[::String]

Returns the value of attribute security_group_rule_ids.

Returns:

  • (::Array[::String])


16400
16401
16402
# File 'sig/types.rbs', line 16400

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)


16397
16398
16399
# File 'sig/types.rbs', line 16397

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)


16398
16399
16400
# File 'sig/types.rbs', line 16398

def source_security_group_owner_id
  @source_security_group_owner_id
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


16399
16400
16401
# File 'sig/types.rbs', line 16399

def to_port
  @to_port
end