Class: Aws::Types::IPSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses::Array[::String]

Returns the value of attribute addresses.

Returns:

  • (::Array[::String])


847
848
849
# File 'sig/types.rbs', line 847

def addresses
  @addresses
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def id
  @id
end

#ip_address_version"IPV4", "IPV6"

Returns the value of attribute ip_address_version.

Returns:

  • ("IPV4", "IPV6")


846
847
848
# File 'sig/types.rbs', line 846

def ip_address_version
  @ip_address_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def name
  @name
end