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)


16108
16109
16110
16111
16112
16113
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16108

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)


16108
16109
16110
16111
16112
16113
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16108

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