Class: Aws::Types::IpOrganizationDetails
- Inherits:
-
Object
- Object
- Aws::Types::IpOrganizationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::Integer
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 ⇒ ::Integer
Returns the value of attribute asn.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def asn @asn end |
#asn_org ⇒ ::String
Returns the value of attribute asn_org.
6325 6326 6327 |
# File 'sig/types.rbs', line 6325 def asn_org @asn_org end |
#isp ⇒ ::String
Returns the value of attribute isp.
6326 6327 6328 |
# File 'sig/types.rbs', line 6326 def isp @isp end |
#org ⇒ ::String
Returns the value of attribute org.
6327 6328 6329 |
# File 'sig/types.rbs', line 6327 def org @org end |