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.
378 379 380 |
# File 'sig/types.rbs', line 378 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
377 378 379 |
# File 'sig/types.rbs', line 377 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def dependency_id @dependency_id end |
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def dependency_name @dependency_name end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def dns_name @dns_name end |
#last_detected_time ⇒ ::Time
Returns the value of attribute last_detected_time.
373 374 375 |
# File 'sig/types.rbs', line 373 def last_detected_time @last_detected_time end |
#location ⇒ ::String
Returns the value of attribute location.
372 373 374 |
# File 'sig/types.rbs', line 372 def location @location end |
#provider ⇒ ::String
Returns the value of attribute provider.
375 376 377 |
# File 'sig/types.rbs', line 375 def provider @provider end |
#query_range ⇒ Types::QueryRange
Returns the value of attribute query_range.
376 377 378 |
# File 'sig/types.rbs', line 376 def query_range @query_range end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
369 370 371 |
# File 'sig/types.rbs', line 369 def service_arn @service_arn end |
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
374 375 376 |
# File 'sig/types.rbs', line 374 def source_regions @source_regions end |