Class: Aws::Types::AuthorizeSecurityGroupEgressRequest

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)


963
964
965
# File 'sig/types.rbs', line 963

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


956
957
958
# File 'sig/types.rbs', line 956

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


961
962
963
# File 'sig/types.rbs', line 961

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def group_id
  @group_id
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def ip_protocol
  @ip_protocol
end

#source_security_group_name::String

Returns the value of attribute source_security_group_name.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

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)


959
960
961
# File 'sig/types.rbs', line 959

def source_security_group_owner_id
  @source_security_group_owner_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



955
956
957
# File 'sig/types.rbs', line 955

def tag_specifications
  @tag_specifications
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


962
963
964
# File 'sig/types.rbs', line 962

def to_port
  @to_port
end