Class: Aws::Types::CreateMLInputChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_associations::Array[::String]

Returns the value of attribute configured_model_algorithm_associations.

Returns:

  • (::Array[::String])


338
339
340
# File 'sig/types.rbs', line 338

def configured_model_algorithm_associations
  @configured_model_algorithm_associations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def description
  @description
end

#input_channelTypes::InputChannel

Returns the value of attribute input_channel.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def input_channel
  @input_channel
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def name
  @name
end

#payer_configurationTypes::PayerConfiguration

Returns the value of attribute payer_configuration.



345
346
347
# File 'sig/types.rbs', line 345

def payer_configuration
  @payer_configuration
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


341
342
343
# File 'sig/types.rbs', line 341

def retention_in_days
  @retention_in_days
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


344
345
346
# File 'sig/types.rbs', line 344

def tags
  @tags
end