Class: Aws::Types::ConfiguredAudienceModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredAudienceModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_config ⇒ Types::ConfiguredAudienceModelOutputConfig
Returns the value of attribute output_config.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
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.
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.
226 227 228 |
# File 'sig/types.rbs', line 226 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
231 232 233 |
# File 'sig/types.rbs', line 231 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
228 229 230 |
# File 'sig/types.rbs', line 228 def name @name end |
#output_config ⇒ Types::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.
233 234 235 |
# File 'sig/types.rbs', line 233 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
227 228 229 |
# File 'sig/types.rbs', line 227 def update_time @update_time end |