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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

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)


5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-redshift/types.rb', line 5197

class IPRange < Struct.new(
  :status,
  :cidrip,
  :tags)
  include Aws::Structure
end

#statusString

The status of the IP range, for example, “authorized”.

Returns:

  • (String)


5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-redshift/types.rb', line 5197

class IPRange < Struct.new(
  :status,
  :cidrip,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags for the IP range.

Returns:



5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-redshift/types.rb', line 5197

class IPRange < Struct.new(
  :status,
  :cidrip,
  :tags)
  include Aws::Structure
end