Class: Aws::Types::CidrMapping

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#original_cidr ⇒ ::String

Returns the value of attribute original_cidr.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def original_cidr
  @original_cidr
end

#updated_cidr ⇒ ::String

Returns the value of attribute updated_cidr.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def updated_cidr
  @updated_cidr
end