Class: Aws::Types::TestRunDependencySummary
- Inherits:
-
Object
- Object
- Aws::Types::TestRunDependencySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
-
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
-
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#source ⇒ "DISCOVERED", "MANUAL"
Returns the value of attribute source.
-
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
Instance Attribute Details
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
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.
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.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def dns_name @dns_name end |
#location ⇒ ::String
Returns the value of attribute location.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def location @location end |
#provider ⇒ ::String
Returns the value of attribute provider.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def provider @provider end |
#source ⇒ "DISCOVERED", "MANUAL"
Returns the value of attribute source.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def source @source end |
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def source_regions @source_regions end |