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)


15943
15944
15945
15946
15947
15948
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15943

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)


15943
15944
15945
15946
15947
15948
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15943

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