Class: Aws::Types::AudienceModelSummary

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)


75
76
77
# File 'sig/types.rbs', line 75

def audience_model_arn
  @audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


73
74
75
# File 'sig/types.rbs', line 73

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def name
  @name
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED")


78
79
80
# File 'sig/types.rbs', line 78

def status
  @status
end

#training_dataset_arn::String

Returns the value of attribute training_dataset_arn.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def training_dataset_arn
  @training_dataset_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


74
75
76
# File 'sig/types.rbs', line 74

def update_time
  @update_time
end