Class: Aws::Types::IPRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidrip::String

Returns the value of attribute cidrip.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def cidrip
  @cidrip
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1704
1705
1706
# File 'sig/types.rbs', line 1704

def tags
  @tags
end