Class: Aws::Schemas::Types::StartDiscovererResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::StartDiscovererResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#discoverer_id ⇒ String
1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-schemas/types.rb', line 1633 class StartDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-schemas/types.rb', line 1633 class StartDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |