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)


12570
12571
12572
# File 'sig/types.rbs', line 12570

def data_set_arn
  @data_set_arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12571
12572
12573
# File 'sig/types.rbs', line 12571

def data_set_id
  @data_set_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12572
12573
12574
# File 'sig/types.rbs', line 12572

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12573
12574
12575
# File 'sig/types.rbs', line 12573

def status
  @status
end