Class: Aws::Types::DependencyDiscoveryConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eligible_resource_count::Integer

Returns the value of attribute eligible_resource_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def message
  @message
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

  • ("ENABLED", "INITIALIZING", "DISABLED")


360
361
362
# File 'sig/types.rbs', line 360

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


361
362
363
# File 'sig/types.rbs', line 361

def updated_at
  @updated_at
end