Class: Aws::Types::IpOwner

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def asn
  @asn
end

#asn_org::String

Returns the value of attribute asn_org.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def asn_org
  @asn_org
end

#isp::String

Returns the value of attribute isp.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def isp
  @isp
end

#org::String

Returns the value of attribute org.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def org
  @org
end