Class: Aws::Types::BatchDisassociateAnalyticsDataSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_ids::Array[::String]

Returns the value of attribute data_set_ids.

Returns:

  • (::Array[::String])


711
712
713
# File 'sig/types.rbs', line 711

def data_set_ids
  @data_set_ids
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def instance_id
  @instance_id
end

#target_account_id::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def 
  @target_account_id
end