Class: Aws::Types::DescribeDocumentPermissionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


1124
1125
1126
# File 'sig/types.rbs', line 1124

def 
  @account_ids
end

#account_sharing_info_list::Array[Types::AccountSharingInfo]

Returns the value of attribute account_sharing_info_list.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def 
  @account_sharing_info_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def next_token
  @next_token
end