Class: Aws::Types::GetMLInputChannelResponse

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)


696
697
698
# File 'sig/types.rbs', line 696

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_associations::Array[::String]

Returns the value of attribute configured_model_algorithm_associations.

Returns:

  • (::Array[::String])


699
700
701
# File 'sig/types.rbs', line 699

def configured_model_algorithm_associations
  @configured_model_algorithm_associations
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


708
709
710
# File 'sig/types.rbs', line 708

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def description
  @description
end

#input_channelTypes::InputChannel

Returns the value of attribute input_channel.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def input_channel
  @input_channel
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def membership_identifier
  @membership_identifier
end

#ml_input_channel_arn::String

Returns the value of attribute ml_input_channel_arn.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def ml_input_channel_arn
  @ml_input_channel_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def name
  @name
end

#number_of_files::Float

Returns the value of attribute number_of_files.

Returns:

  • (::Float)


712
713
714
# File 'sig/types.rbs', line 712

def number_of_files
  @number_of_files
end

#number_of_records::Integer

Returns the value of attribute number_of_records.

Returns:

  • (::Integer)


703
704
705
# File 'sig/types.rbs', line 703

def number_of_records
  @number_of_records
end

#payer_configurationTypes::PayerConfiguration

Returns the value of attribute payer_configuration.



707
708
709
# File 'sig/types.rbs', line 707

def payer_configuration
  @payer_configuration
end

#privacy_budgetsTypes::PrivacyBudgets

Returns the value of attribute privacy_budgets.



704
705
706
# File 'sig/types.rbs', line 704

def privacy_budgets
  @privacy_budgets
end

#protected_query_identifier::String

Returns the value of attribute protected_query_identifier.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def protected_query_identifier
  @protected_query_identifier
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


702
703
704
# File 'sig/types.rbs', line 702

def retention_in_days
  @retention_in_days
end

#size_in_gb::Float

Returns the value of attribute size_in_gb.

Returns:

  • (::Float)


713
714
715
# File 'sig/types.rbs', line 713

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


700
701
702
# File 'sig/types.rbs', line 700

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



701
702
703
# File 'sig/types.rbs', line 701

def status_details
  @status_details
end

#synthetic_data_configurationTypes::SyntheticDataConfiguration

Returns the value of attribute synthetic_data_configuration.



706
707
708
# File 'sig/types.rbs', line 706

def synthetic_data_configuration
  @synthetic_data_configuration
end

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

Returns the value of attribute tags.

Returns:

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


715
716
717
# File 'sig/types.rbs', line 715

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


709
710
711
# File 'sig/types.rbs', line 709

def update_time
  @update_time
end