Class: Aws::Types::DescribeDocumentPermissionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDocumentPermissionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#account_sharing_info_list ⇒ ::Array[Types::AccountSharingInfo]
Returns the value of attribute account_sharing_info_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def account_ids @account_ids end |
#account_sharing_info_list ⇒ ::Array[Types::AccountSharingInfo]
Returns the value of attribute account_sharing_info_list.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def account_sharing_info_list @account_sharing_info_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def next_token @next_token end |