Class: Aws::Types::DisassociateAnalyticsDataSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def data_set_id
  @data_set_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def instance_id
  @instance_id
end

#target_account_id::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def 
  @target_account_id
end