Module: Aws::Schemas::Client::_UpdateDiscovererResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDiscovererResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cross_account ⇒ Boolean
- #description ⇒ ::String
- #discoverer_arn ⇒ ::String
- #discoverer_id ⇒ ::String
- #source_arn ⇒ ::String
- #state ⇒ "STARTED", "STOPPED"
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#cross_account ⇒ Boolean
422 |
# File 'sig/client.rbs', line 422 def cross_account: () -> bool |
#description ⇒ ::String
417 |
# File 'sig/client.rbs', line 417 def description: () -> ::String |
#discoverer_arn ⇒ ::String
418 |
# File 'sig/client.rbs', line 418 def discoverer_arn: () -> ::String |
#discoverer_id ⇒ ::String
419 |
# File 'sig/client.rbs', line 419 def discoverer_id: () -> ::String |
#source_arn ⇒ ::String
420 |
# File 'sig/client.rbs', line 420 def source_arn: () -> ::String |
#state ⇒ "STARTED", "STOPPED"
421 |
# File 'sig/client.rbs', line 421 def state: () -> ("STARTED" | "STOPPED") |
#tags ⇒ ::Hash[::String, ::String]
423 |
# File 'sig/client.rbs', line 423 def tags: () -> ::Hash[::String, ::String] |