Class: Aws::Types::TestRunDependencySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticality"HARD", ...

Returns the value of attribute criticality.

Returns:

  • ("HARD", "SOFT", "UNKNOWN")


1742
1743
1744
# File 'sig/types.rbs', line 1742

def criticality
  @criticality
end

#dependency_id::String

Returns the value of attribute dependency_id.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def dependency_id
  @dependency_id
end

#dependency_name::String

Returns the value of attribute dependency_name.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def dependency_name
  @dependency_name
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def dns_name
  @dns_name
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def location
  @location
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def provider
  @provider
end

#source"DISCOVERED", "MANUAL"

Returns the value of attribute source.

Returns:

  • ("DISCOVERED", "MANUAL")


1743
1744
1745
# File 'sig/types.rbs', line 1743

def source
  @source
end

#source_regions::Array[::String]

Returns the value of attribute source_regions.

Returns:

  • (::Array[::String])


1745
1746
1747
# File 'sig/types.rbs', line 1745

def source_regions
  @source_regions
end