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)


4630
4631
4632
# File 'sig/types.rbs', line 4630

def data_set_arn
  @data_set_arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


4631
4632
4633
# File 'sig/types.rbs', line 4631

def data_set_id
  @data_set_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4632
4633
4634
# File 'sig/types.rbs', line 4632

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4633
4634
4635
# File 'sig/types.rbs', line 4633

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4634
4635
4636
# File 'sig/types.rbs', line 4634

def status
  @status
end