You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::IPRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an IP range used in a security group.

Instance Attribute Summary collapse

Instance Attribute Details

#cidrip ⇒ String

The IP range in Classless Inter-Domain Routing (CIDR) notation.

Returns:

  • (String) —

    The IP range in Classless Inter-Domain Routing (CIDR) notation.

#status ⇒ String

The status of the IP range, for example, \"authorized\".

Returns:

  • (String) —

    The status of the IP range, for example, \"authorized\".

#tags ⇒ Array<Types::Tag>

The list of tags for the IP range.

Returns:

  • (Array<Types::Tag>) —

    The list of tags for the IP range.