Class: Aws::Types::GroupResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id ⇒ ::String

Returns the value of attribute group_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def group_id
  @group_id
end

#group_name ⇒ ::String

Returns the value of attribute group_name.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def group_name
  @group_name
end

#tests ⇒ ::Array[Types::TestCaseRun]

Returns the value of attribute tests.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def tests
  @tests
end