Class: Aws::Types::CollaborationConfiguredModelAlgorithmAssociationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def configured_model_algorithm_arn
  @configured_model_algorithm_arn
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def update_time
  @update_time
end