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)


3750
3751
3752
# File 'sig/types.rbs', line 3750

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)


3749
3750
3751
# File 'sig/types.rbs', line 3749

def ai_workload_config_name
  @ai_workload_config_name
end

#ai_workload_configsTypes::AIWorkloadConfigs

Returns the value of attribute ai_workload_configs.



3752
3753
3754
# File 'sig/types.rbs', line 3752

def ai_workload_configs
  @ai_workload_configs
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3754
3755
3756
# File 'sig/types.rbs', line 3754

def creation_time
  @creation_time
end

#dataset_configTypes::AIDatasetConfig

Returns the value of attribute dataset_config.



3751
3752
3753
# File 'sig/types.rbs', line 3751

def dataset_config
  @dataset_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3753
3754
3755
# File 'sig/types.rbs', line 3753

def tags
  @tags
end