Class: Aws::Types::GetConfiguredModelAlgorithmAssociationResponse

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:



647
648
649
# File 'sig/types.rbs', line 647

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:



648
649
650
# File 'sig/types.rbs', line 648

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:



645
646
647
# File 'sig/types.rbs', line 645

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:



651
652
653
# File 'sig/types.rbs', line 651

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def name
  @name
end

#privacy_configurationTypes::PrivacyConfiguration

Returns the value of attribute privacy_configuration.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def privacy_configuration
  @privacy_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def update_time
  @update_time
end