Class: Aws::Types::IpOrganizationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


6324
6325
6326
# File 'sig/types.rbs', line 6324

def asn
  @asn
end

#asn_org::String

Returns the value of attribute asn_org.

Returns:

  • (::String)


6325
6326
6327
# File 'sig/types.rbs', line 6325

def asn_org
  @asn_org
end

#isp::String

Returns the value of attribute isp.

Returns:

  • (::String)


6326
6327
6328
# File 'sig/types.rbs', line 6326

def isp
  @isp
end

#org::String

Returns the value of attribute org.

Returns:

  • (::String)


6327
6328
6329
# File 'sig/types.rbs', line 6327

def org
  @org
end