Class: Aws::Types::DependencySummary
- Inherits:
-
Object
- Object
- Aws::Types::DependencySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#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.
-
#last_detected_time ⇒ ::Time
Returns the value of attribute last_detected_time.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#query_range ⇒ Types::QueryRange
Returns the value of attribute query_range.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
385 386 387 |
# File 'sig/types.rbs', line 385 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
384 385 386 |
# File 'sig/types.rbs', line 384 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def dependency_id @dependency_id end |
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def dependency_name @dependency_name end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def dns_name @dns_name end |
#last_detected_time ⇒ ::Time
Returns the value of attribute last_detected_time.
380 381 382 |
# File 'sig/types.rbs', line 380 def last_detected_time @last_detected_time end |
#location ⇒ ::String
Returns the value of attribute location.
379 380 381 |
# File 'sig/types.rbs', line 379 def location @location end |
#provider ⇒ ::String
Returns the value of attribute provider.
382 383 384 |
# File 'sig/types.rbs', line 382 def provider @provider end |
#query_range ⇒ Types::QueryRange
Returns the value of attribute query_range.
383 384 385 |
# File 'sig/types.rbs', line 383 def query_range @query_range end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
376 377 378 |
# File 'sig/types.rbs', line 376 def service_arn @service_arn end |
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
381 382 383 |
# File 'sig/types.rbs', line 381 def source_regions @source_regions end |