Module: Aws::Schemas::Client::_CreateDiscovererResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDiscovererResponse]
- 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
88 |
# File 'sig/client.rbs', line 88
def cross_account: () -> bool
|
#description ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def description: () -> ::String
|
#discoverer_arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def discoverer_arn: () -> ::String
|
#discoverer_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def discoverer_id: () -> ::String
|
#source_arn ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def source_arn: () -> ::String
|
#state ⇒ "STARTED", "STOPPED"
87 |
# File 'sig/client.rbs', line 87
def state: () -> ("STARTED" | "STOPPED")
|
#tags ⇒ ::Hash[::String, ::String]
89 |
# File 'sig/client.rbs', line 89
def tags: () -> ::Hash[::String, ::String]
|