Class: Aws::Types::UpdateDataSetPermissionsResponse

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)


12146
12147
12148
# File 'sig/types.rbs', line 12146

def data_set_arn
  @data_set_arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12147
12148
12149
# File 'sig/types.rbs', line 12147

def data_set_id
  @data_set_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12148
12149
12150
# File 'sig/types.rbs', line 12148

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12149
12150
12151
# File 'sig/types.rbs', line 12149

def status
  @status
end