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

#cidripString

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

Returns:

  • (String)

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

#statusString

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

Returns:

  • (String)

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

#tagsArray<Types::Tag>

The list of tags for the IP range.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the IP range.