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

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

Overview

Describes an IP range used in a security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

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

Returns:

  • (String)


7141
7142
7143
7144
7145
7146
7147
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7141

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

#statusString

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

Returns:

  • (String)


7141
7142
7143
7144
7145
7146
7147
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7141

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

#tagsArray<Types::Tag>

The list of tags for the IP range.

Returns:



7141
7142
7143
7144
7145
7146
7147
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7141

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