Class: Aws::Types::GetAudienceModelResponse

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:



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.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:



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.

Returns:



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.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def name
  @name
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.

Returns:



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.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def tags
  @tags
end

#training_data_end_time::Time

Returns the value of attribute training_data_end_time.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def update_time
  @update_time
end