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)


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.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def message
  @message
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

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


367
368
369
# File 'sig/types.rbs', line 367

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


368
369
370
# File 'sig/types.rbs', line 368

def updated_at
  @updated_at
end