Class: Aws::Types::DescribeDataSourcePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


4881
4882
4883
# File 'sig/types.rbs', line 4881

def data_source_arn
  @data_source_arn
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


4882
4883
4884
# File 'sig/types.rbs', line 4882

def data_source_id
  @data_source_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4883
4884
4885
# File 'sig/types.rbs', line 4883

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4884
4885
4886
# File 'sig/types.rbs', line 4884

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4885
4886
4887
# File 'sig/types.rbs', line 4885

def status
  @status
end