Class: Aws::RDS::Types::IPRange

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

Overview

This data type is used as a response element in the DescribeDBSecurityGroups action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

The IP range.

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15934

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

#statusString

The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

Returns:

  • (String)


15934
15935
15936
15937
15938
15939
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15934

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