Class: Aws::Types::MLInputChannelSummary

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)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_associations::Array[::String]

Returns the value of attribute configured_model_algorithm_associations.

Returns:

  • (::Array[::String])


1121
1122
1123
# File 'sig/types.rbs', line 1121

def configured_model_algorithm_associations
  @configured_model_algorithm_associations
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def membership_identifier
  @membership_identifier
end

#ml_input_channel_arn::String

Returns the value of attribute ml_input_channel_arn.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def ml_input_channel_arn
  @ml_input_channel_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def name
  @name
end

#payer_configurationTypes::PayerConfiguration

Returns the value of attribute payer_configuration.



1126
1127
1128
# File 'sig/types.rbs', line 1126

def payer_configuration
  @payer_configuration
end

#protected_query_identifier::String

Returns the value of attribute protected_query_identifier.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def protected_query_identifier
  @protected_query_identifier
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")


1124
1125
1126
# File 'sig/types.rbs', line 1124

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def update_time
  @update_time
end