Class: Aws::Types::IpOwner
- Inherits:
-
Object
- Object
- Aws::Types::IpOwner
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#asn_org ⇒ ::String
Returns the value of attribute asn_org.
-
#isp ⇒ ::String
Returns the value of attribute isp.
-
#org ⇒ ::String
Returns the value of attribute org.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def asn @asn end |
#asn_org ⇒ ::String
Returns the value of attribute asn_org.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def asn_org @asn_org end |
#isp ⇒ ::String
Returns the value of attribute isp.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def isp @isp end |
#org ⇒ ::String
Returns the value of attribute org.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def org @org end |