Class: Aws::Types::Organization
- Inherits:
-
Object
- Object
- Aws::Types::Organization
- 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.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def asn @asn end |
#asn_org ⇒ ::String
Returns the value of attribute asn_org.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def asn_org @asn_org end |
#isp ⇒ ::String
Returns the value of attribute isp.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def isp @isp end |
#org ⇒ ::String
Returns the value of attribute org.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def org @org end |