Class: Aws::Types::DependencyDiscoveryConfig
- Inherits:
-
Object
- Object
- Aws::Types::DependencyDiscoveryConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eligible_resource_count ⇒ ::Integer
Returns the value of attribute eligible_resource_count.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#eligible_resource_count ⇒ ::Integer
Returns the value of attribute eligible_resource_count.
369 370 371 |
# File 'sig/types.rbs', line 369 def eligible_resource_count @eligible_resource_count end |
#message ⇒ ::String
Returns the value of attribute message.
370 371 372 |
# File 'sig/types.rbs', line 370 def @message end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
367 368 369 |
# File 'sig/types.rbs', line 367 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
368 369 370 |
# File 'sig/types.rbs', line 368 def updated_at @updated_at end |