Class: Aws::Types::RunGroupListItem

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:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def id
  @id
end

#max_cpus::Integer

Returns the value of attribute max_cpus.

Returns:

  • (::Integer)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def max_cpus
  @max_cpus
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:

  • (::Integer)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def max_duration
  @max_duration
end

#max_gpus::Integer

Returns the value of attribute max_gpus.

Returns:

  • (::Integer)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def max_gpus
  @max_gpus
end

#max_runs::Integer

Returns the value of attribute max_runs.

Returns:

  • (::Integer)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def max_runs
  @max_runs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def name
  @name
end