Class: Aws::Types::GetRunGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1030
1031
1032
# File 'sig/types.rbs', line 1030

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1036
1037
1038
# File 'sig/types.rbs', line 1036

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def id
  @id
end

#max_cpus::Integer

Returns the value of attribute max_cpus.

Returns:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def max_cpus
  @max_cpus
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:



1035
1036
1037
# File 'sig/types.rbs', line 1035

def max_duration
  @max_duration
end

#max_gpus::Integer

Returns the value of attribute max_gpus.

Returns:



1038
1039
1040
# File 'sig/types.rbs', line 1038

def max_gpus
  @max_gpus
end

#max_runs::Integer

Returns the value of attribute max_runs.

Returns:



1034
1035
1036
# File 'sig/types.rbs', line 1034

def max_runs
  @max_runs
end

#name::String

Returns the value of attribute name.

Returns:



1032
1033
1034
# File 'sig/types.rbs', line 1032

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def tags
  @tags
end