Class: Aws::Types::TestGridProject

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)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def arn
  @arn
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def name
  @name
end

#vpc_configTypes::TestGridVpcConfig

Returns the value of attribute vpc_config.



1327
1328
1329
# File 'sig/types.rbs', line 1327

def vpc_config
  @vpc_config
end