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)


975
976
977
# File 'sig/types.rbs', line 975

def cidr_ip
  @cidr_ip
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


985
986
987
# File 'sig/types.rbs', line 985

def dry_run
  @dry_run
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



979
980
981
# File 'sig/types.rbs', line 979

def ip_permissions
  @ip_permissions
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def ip_protocol
  @ip_protocol
end

#source_security_group_name::String

Returns the value of attribute source_security_group_name.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

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)


982
983
984
# File 'sig/types.rbs', line 982

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:



984
985
986
# File 'sig/types.rbs', line 984

def tag_specifications
  @tag_specifications
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


983
984
985
# File 'sig/types.rbs', line 983

def to_port
  @to_port
end