Class: Aws::Types::GetConfiguredModelAlgorithmAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredModelAlgorithmAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privacy_configuration ⇒ Types::PrivacyConfiguration
Returns the value of attribute privacy_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
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.
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.
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.
643 644 645 |
# File 'sig/types.rbs', line 643 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
651 652 653 |
# File 'sig/types.rbs', line 651 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
646 647 648 |
# File 'sig/types.rbs', line 646 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
649 650 651 |
# File 'sig/types.rbs', line 649 def name @name end |
#privacy_configuration ⇒ Types::PrivacyConfiguration
Returns the value of attribute privacy_configuration.
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.
652 653 654 |
# File 'sig/types.rbs', line 652 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def update_time @update_time end |