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.
362 363 364 |
# File 'sig/types.rbs', line 362 def eligible_resource_count @eligible_resource_count end |
#message ⇒ ::String
Returns the value of attribute message.
363 364 365 |
# File 'sig/types.rbs', line 363 def @message end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
360 361 362 |
# File 'sig/types.rbs', line 360 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
361 362 363 |
# File 'sig/types.rbs', line 361 def updated_at @updated_at end |