Class: Aws::Types::CreateAudienceModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAudienceModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
-
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
-
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
278 279 280 |
# File 'sig/types.rbs', line 278 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
274 275 276 |
# File 'sig/types.rbs', line 274 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
277 278 279 |
# File 'sig/types.rbs', line 277 def @tags end |
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
273 274 275 |
# File 'sig/types.rbs', line 273 def training_data_end_time @training_data_end_time end |
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
272 273 274 |
# File 'sig/types.rbs', line 272 def training_data_start_time @training_data_start_time end |
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def training_dataset_arn @training_dataset_arn end |