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)


17014
17015
17016
# File 'sig/types.rbs', line 17014

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


17007
17008
17009
# File 'sig/types.rbs', line 17007

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


17012
17013
17014
# File 'sig/types.rbs', line 17012

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17008
17009
17010
# File 'sig/types.rbs', line 17008

def group_id
  @group_id
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



17015
17016
17017
# File 'sig/types.rbs', line 17015

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


17011
17012
17013
# File 'sig/types.rbs', line 17011

def ip_protocol
  @ip_protocol
end

#security_group_rule_ids::Array[::String]

Returns the value of attribute security_group_rule_ids.

Returns:

  • (::Array[::String])


17006
17007
17008
# File 'sig/types.rbs', line 17006

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)


17009
17010
17011
# File 'sig/types.rbs', line 17009

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)


17010
17011
17012
# File 'sig/types.rbs', line 17010

def source_security_group_owner_id
  @source_security_group_owner_id
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


17013
17014
17015
# File 'sig/types.rbs', line 17013

def to_port
  @to_port
end