Class: Aws::Types::CollaborationMLInputChannelSummary

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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def name
  @name
end

#payer_configurationTypes::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.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED", "INACTIVE")


135
136
137
# File 'sig/types.rbs', line 135

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


129
130
131
# File 'sig/types.rbs', line 129

def update_time
  @update_time
end