Class: Aws::Types::ListPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#include_related ⇒ ::String
Returns the value of attribute include_related.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
-
#resource_type ⇒ "CATALOG", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def catalog_id @catalog_id end |
#include_related ⇒ ::String
Returns the value of attribute include_related.
767 768 769 |
# File 'sig/types.rbs', line 767 def @include_related end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
766 767 768 |
# File 'sig/types.rbs', line 766 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
765 766 767 |
# File 'sig/types.rbs', line 765 def next_token @next_token end |
#principal ⇒ Types::DataLakePrincipal
Returns the value of attribute principal.
762 763 764 |
# File 'sig/types.rbs', line 762 def principal @principal end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
764 765 766 |
# File 'sig/types.rbs', line 764 def resource @resource end |
#resource_type ⇒ "CATALOG", ...
Returns the value of attribute resource_type.
763 764 765 |
# File 'sig/types.rbs', line 763 def resource_type @resource_type end |