Class: Aws::Types::GetCollaborationMLInputChannelResponse

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)


551
552
553
# File 'sig/types.rbs', line 551

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_associations::Array[::String]

Returns the value of attribute configured_model_algorithm_associations.

Returns:

  • (::Array[::String])


554
555
556
# File 'sig/types.rbs', line 554

def configured_model_algorithm_associations
  @configured_model_algorithm_associations
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def membership_identifier
  @membership_identifier
end

#ml_input_channel_arn::String

Returns the value of attribute ml_input_channel_arn.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def ml_input_channel_arn
  @ml_input_channel_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def name
  @name
end

#number_of_records::Integer

Returns the value of attribute number_of_records.

Returns:

  • (::Integer)


558
559
560
# File 'sig/types.rbs', line 558

def number_of_records
  @number_of_records
end

#payer_configurationTypes::PayerConfiguration

Returns the value of attribute payer_configuration.



562
563
564
# File 'sig/types.rbs', line 562

def payer_configuration
  @payer_configuration
end

#privacy_budgetsTypes::PrivacyBudgets

Returns the value of attribute privacy_budgets.



559
560
561
# File 'sig/types.rbs', line 559

def privacy_budgets
  @privacy_budgets
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

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


555
556
557
# File 'sig/types.rbs', line 555

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



556
557
558
# File 'sig/types.rbs', line 556

def status_details
  @status_details
end

#synthetic_data_configurationTypes::SyntheticDataConfiguration

Returns the value of attribute synthetic_data_configuration.



561
562
563
# File 'sig/types.rbs', line 561

def synthetic_data_configuration
  @synthetic_data_configuration
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


564
565
566
# File 'sig/types.rbs', line 564

def update_time
  @update_time
end