Module: Aws::Schemas::Client::_DescribeDiscovererResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDiscovererResponse]
- 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
193 |
# File 'sig/client.rbs', line 193
def cross_account: () -> bool
|
#description ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def description: () -> ::String
|
#discoverer_arn ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def discoverer_arn: () -> ::String
|
#discoverer_id ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def discoverer_id: () -> ::String
|
#source_arn ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def source_arn: () -> ::String
|
#state ⇒ "STARTED", "STOPPED"
192 |
# File 'sig/client.rbs', line 192
def state: () -> ("STARTED" | "STOPPED")
|
#tags ⇒ ::Hash[::String, ::String]
194 |
# File 'sig/client.rbs', line 194
def tags: () -> ::Hash[::String, ::String]
|