Class: Aws::Types::ConfiguredAudienceModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arn::String

Returns the value of attribute audience_model_arn.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def audience_model_arn
  @audience_model_arn
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


226
227
228
# File 'sig/types.rbs', line 226

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def name
  @name
end

#output_configTypes::ConfiguredAudienceModelOutputConfig

Returns the value of attribute output_config.



230
231
232
# File 'sig/types.rbs', line 230

def output_config
  @output_config
end

#status"ACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE")


233
234
235
# File 'sig/types.rbs', line 233

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


227
228
229
# File 'sig/types.rbs', line 227

def update_time
  @update_time
end