Class: Aws::Types::CoipAddressUsage
- Inherits:
-
Object
- Object
- Aws::Types::CoipAddressUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
-
#co_ip ⇒ ::String
Returns the value of attribute co_ip.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def allocation_id @allocation_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def aws_account_id @aws_account_id end |
#aws_service ⇒ ::String
Returns the value of attribute aws_service.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def aws_service @aws_service end |
#co_ip ⇒ ::String
Returns the value of attribute co_ip.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def co_ip @co_ip end |