Module: Aws::SSM::Client::_DescribeDocumentPermissionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDocumentPermissionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_ids ⇒ ::Array[::String]
- #account_sharing_info_list ⇒ ::Array[Types::AccountSharingInfo]
- #next_token ⇒ ::String
Instance Method Details
#account_ids ⇒ ::Array[::String]
802 |
# File 'sig/client.rbs', line 802
def account_ids: () -> ::Array[::String]
|
#account_sharing_info_list ⇒ ::Array[Types::AccountSharingInfo]
803 |
# File 'sig/client.rbs', line 803
def account_sharing_info_list: () -> ::Array[Types::AccountSharingInfo]
|
#next_token ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def next_token: () -> ::String
|