Class: Aws::Types::AuthorizeSecurityGroupIngressRequest

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)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



1065
1066
1067
# File 'sig/types.rbs', line 1065

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def ip_protocol
  @ip_protocol
end

#source_security_group_name::String

Returns the value of attribute source_security_group_name.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

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)


1068
1069
1070
# File 'sig/types.rbs', line 1068

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:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def tag_specifications
  @tag_specifications
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def to_port
  @to_port
end