Class: Aws::Schemas::Types::DiscovererStateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DiscovererStateOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discoverer_id ⇒ String
The ID of the discoverer.
-
#state ⇒ String
The state of the discoverer.
Instance Attribute Details
#discoverer_id ⇒ String
The ID of the discoverer.
681 682 683 684 685 686 |
# File 'lib/aws-sdk-schemas/types.rb', line 681 class DiscovererStateOutput < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the discoverer.
681 682 683 684 685 686 |
# File 'lib/aws-sdk-schemas/types.rb', line 681 class DiscovererStateOutput < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |