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)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def cidrip
  @cidrip
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1699
1700
1701
# File 'sig/types.rbs', line 1699

def tags
  @tags
end