Class: Aws::Types::CollaborationMLInputChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationMLInputChannelSummary
- 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_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
131 132 133 |
# File 'sig/types.rbs', line 131 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
133 134 135 |
# File 'sig/types.rbs', line 133 def configured_model_algorithm_associations @configured_model_algorithm_associations end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
128 129 130 |
# File 'sig/types.rbs', line 128 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
137 138 139 |
# File 'sig/types.rbs', line 137 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
130 131 132 |
# File 'sig/types.rbs', line 130 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def ml_input_channel_arn @ml_input_channel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
138 139 140 |
# File 'sig/types.rbs', line 138 def payer_configuration @payer_configuration end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
135 136 137 |
# File 'sig/types.rbs', line 135 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
129 130 131 |
# File 'sig/types.rbs', line 129 def update_time @update_time end |