Class: Aws::Types::AccountSharingInfo
- Inherits:
-
Object
- Object
- Aws::Types::AccountSharingInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#shared_document_version ⇒ ::String
Returns the value of attribute shared_document_version.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_id @account_id end |
#shared_document_version ⇒ ::String
Returns the value of attribute shared_document_version.
18 19 20 |
# File 'sig/types.rbs', line 18 def shared_document_version @shared_document_version end |