Class: Aws::Types::AssociateAnalyticsDataSetResponse

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)


255
256
257
# File 'sig/types.rbs', line 255

def data_set_id
  @data_set_id
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def resource_share_arn
  @resource_share_arn
end

#resource_share_id::String

Returns the value of attribute resource_share_id.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def resource_share_id
  @resource_share_id
end

#target_account_id::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def 
  @target_account_id
end