Class: Aws::Types::DeleteDataSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3855
3856
3857
# File 'sig/types.rbs', line 3855

def arn
  @arn
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


3856
3857
3858
# File 'sig/types.rbs', line 3856

def data_set_id
  @data_set_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3857
3858
3859
# File 'sig/types.rbs', line 3857

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3858
3859
3860
# File 'sig/types.rbs', line 3858

def status
  @status
end