Class: Aws::Types::ListPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def catalog_id
  @catalog_id
end

Returns the value of attribute include_related.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def include_related
  @include_related
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def next_token
  @next_token
end

#principalTypes::DataLakePrincipal

Returns the value of attribute principal.



762
763
764
# File 'sig/types.rbs', line 762

def principal
  @principal
end

#resourceTypes::Resource

Returns the value of attribute resource.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def resource
  @resource
end

#resource_type"CATALOG", ...

Returns the value of attribute resource_type.

Returns:

  • ("CATALOG", "DATABASE", "TABLE", "DATA_LOCATION", "LF_TAG", "LF_TAG_POLICY", "LF_TAG_POLICY_DATABASE", "LF_TAG_POLICY_TABLE", "LF_NAMED_TAG_EXPRESSION")


763
764
765
# File 'sig/types.rbs', line 763

def resource_type
  @resource_type
end