Class: Aws::Types::DescribeDataSetPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_arn::String

Returns the value of attribute data_set_arn.

Returns:

  • (::String)


4840
4841
4842
# File 'sig/types.rbs', line 4840

def data_set_arn
  @data_set_arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


4841
4842
4843
# File 'sig/types.rbs', line 4841

def data_set_id
  @data_set_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4842
4843
4844
# File 'sig/types.rbs', line 4842

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4843
4844
4845
# File 'sig/types.rbs', line 4843

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4844
4845
4846
# File 'sig/types.rbs', line 4844

def status
  @status
end