Class: Aws::Types::DescribeDocumentPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDocumentPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#permission_type ⇒ "Share"
Returns the value of attribute permission_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def next_token @next_token end |
#permission_type ⇒ "Share"
Returns the value of attribute permission_type.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def @permission_type end |