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)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def group_id
  @group_id
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



1050
1051
1052
# File 'sig/types.rbs', line 1050

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def ip_protocol
  @ip_protocol
end

#source_security_group_name::String

Returns the value of attribute source_security_group_name.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

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)


1045
1046
1047
# File 'sig/types.rbs', line 1045

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:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def tag_specifications
  @tag_specifications
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def to_port
  @to_port
end