Class: Aws::Schemas::Types::StopDiscovererResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::StopDiscovererResponse
- 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_id ⇒ String
1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1882 class StopDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1882 class StopDiscovererResponse < Struct.new( :discoverer_id, :state) SENSITIVE = [] include Aws::Structure end |