Class: Aws::Types::UpdateTestGridProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def project_arn
  @project_arn
end

#vpc_configTypes::TestGridVpcConfig

Returns the value of attribute vpc_config.



1494
1495
1496
# File 'sig/types.rbs', line 1494

def vpc_config
  @vpc_config
end