Class: Aws::Types::DescribeAIWorkloadConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_workload_config_arn::String

Returns the value of attribute ai_workload_config_arn.

Returns:

  • (::String)


3767
3768
3769
# File 'sig/types.rbs', line 3767

def ai_workload_config_arn
  @ai_workload_config_arn
end

#ai_workload_config_name::String

Returns the value of attribute ai_workload_config_name.

Returns:

  • (::String)


3766
3767
3768
# File 'sig/types.rbs', line 3766

def ai_workload_config_name
  @ai_workload_config_name
end

#ai_workload_configsTypes::AIWorkloadConfigs

Returns the value of attribute ai_workload_configs.



3769
3770
3771
# File 'sig/types.rbs', line 3769

def ai_workload_configs
  @ai_workload_configs
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3771
3772
3773
# File 'sig/types.rbs', line 3771

def creation_time
  @creation_time
end

#dataset_configTypes::AIDatasetConfig

Returns the value of attribute dataset_config.



3768
3769
3770
# File 'sig/types.rbs', line 3768

def dataset_config
  @dataset_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3770
3771
3772
# File 'sig/types.rbs', line 3770

def tags
  @tags
end