Class: Aws::Types::AnalyticsDataAssociationResult

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)


211
212
213
# File 'sig/types.rbs', line 211

def data_set_id
  @data_set_id
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def resource_share_arn
  @resource_share_arn
end

#resource_share_id::String

Returns the value of attribute resource_share_id.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def resource_share_id
  @resource_share_id
end

#resource_share_status::String

Returns the value of attribute resource_share_status.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def resource_share_status
  @resource_share_status
end

#target_account_id::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def 
  @target_account_id
end