Class: Aws::Schemas::Types::DiscovererStateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discoverer_idString

The ID of the discoverer.

Returns:

  • (String)


681
682
683
684
685
686
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 681

class DiscovererStateOutput < Struct.new(
  :discoverer_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the discoverer.

Returns:

  • (String)


681
682
683
684
685
686
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 681

class DiscovererStateOutput < Struct.new(
  :discoverer_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end