Class: Aws::Schemas::Types::StopDiscovererResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::StopDiscovererResponse
- 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
1659 1660 1661 1662 1663 1664 |
# File 'lib/aws-sdk-schemas/types.rb', line 1659 class StopDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1659 1660 1661 1662 1663 1664 |
# File 'lib/aws-sdk-schemas/types.rb', line 1659 class StopDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |