Class: Aws::Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse

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:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

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:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


530
531
532
# File 'sig/types.rbs', line 530

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def name
  @name
end

#privacy_configurationTypes::PrivacyConfiguration

Returns the value of attribute privacy_configuration.



539
540
541
# File 'sig/types.rbs', line 539

def privacy_configuration
  @privacy_configuration
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def update_time
  @update_time
end