Class: Aws::Types::GetAudienceModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAudienceModelResponse
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#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.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#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.
-
#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.
512 513 514 |
# File 'sig/types.rbs', line 512 def audience_model_arn @audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
508 509 510 |
# File 'sig/types.rbs', line 508 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
519 520 521 |
# File 'sig/types.rbs', line 519 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
513 514 515 |
# File 'sig/types.rbs', line 513 def name @name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
515 516 517 |
# File 'sig/types.rbs', line 515 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
516 517 518 |
# File 'sig/types.rbs', line 516 def status_details @status_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
518 519 520 |
# File 'sig/types.rbs', line 518 def end |
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
511 512 513 |
# File 'sig/types.rbs', line 511 def training_data_end_time @training_data_end_time end |
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
510 511 512 |
# File 'sig/types.rbs', line 510 def training_data_start_time @training_data_start_time end |
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
514 515 516 |
# File 'sig/types.rbs', line 514 def training_dataset_arn @training_dataset_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
509 510 511 |
# File 'sig/types.rbs', line 509 def update_time @update_time end |