Class: Aws::Types::ContractAccount
- Inherits:
-
Object
- Object
- Aws::Types::ContractAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#is_gdn ⇒ Boolean
Returns the value of attribute is_gdn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def account_id @account_id end |
#is_gdn ⇒ Boolean
Returns the value of attribute is_gdn.
128 129 130 |
# File 'sig/types.rbs', line 128 def is_gdn @is_gdn end |