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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

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

Returns:

  • (String)


7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-redshift/types.rb', line 7260

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

#statusString

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

Returns:

  • (String)


7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-redshift/types.rb', line 7260

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

#tagsArray<Types::Tag>

The list of tags for the IP range.

Returns:



7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-redshift/types.rb', line 7260

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