Class: Aws::Types::DescribeComputationModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_definitions::Array[Types::ActionDefinition]

Returns the value of attribute action_definitions.

Returns:



1678
1679
1680
# File 'sig/types.rbs', line 1678

def action_definitions
  @action_definitions
end

#computation_model_arn::String

Returns the value of attribute computation_model_arn.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def computation_model_arn
  @computation_model_arn
end

#computation_model_configurationTypes::ComputationModelConfiguration

Returns the value of attribute computation_model_configuration.



1672
1673
1674
# File 'sig/types.rbs', line 1672

def computation_model_configuration
  @computation_model_configuration
end

#computation_model_creation_date::Time

Returns the value of attribute computation_model_creation_date.

Returns:

  • (::Time)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def computation_model_creation_date
  @computation_model_creation_date
end

#computation_model_data_binding::Hash[::String, Types::ComputationModelDataBindingValue]

Returns the value of attribute computation_model_data_binding.

Returns:



1673
1674
1675
# File 'sig/types.rbs', line 1673

def computation_model_data_binding
  @computation_model_data_binding
end

#computation_model_description::String

Returns the value of attribute computation_model_description.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def computation_model_description
  @computation_model_description
end

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def computation_model_id
  @computation_model_id
end

#computation_model_last_update_date::Time

Returns the value of attribute computation_model_last_update_date.

Returns:

  • (::Time)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def computation_model_last_update_date
  @computation_model_last_update_date
end

#computation_model_name::String

Returns the value of attribute computation_model_name.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def computation_model_name
  @computation_model_name
end

#computation_model_statusTypes::ComputationModelStatus

Returns the value of attribute computation_model_status.



1676
1677
1678
# File 'sig/types.rbs', line 1676

def computation_model_status
  @computation_model_status
end

#computation_model_version::String

Returns the value of attribute computation_model_version.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def computation_model_version
  @computation_model_version
end