Class: Aws::Types::DiscovererSummary
- Inherits:
-
Object
- Object
- Aws::Types::DiscovererSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
-
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
-
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
237 238 239 |
# File 'sig/types.rbs', line 237 def cross_account @cross_account end |
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
233 234 235 |
# File 'sig/types.rbs', line 233 def discoverer_arn @discoverer_arn end |
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def discoverer_id @discoverer_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
235 236 237 |
# File 'sig/types.rbs', line 235 def source_arn @source_arn end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
236 237 238 |
# File 'sig/types.rbs', line 236 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
238 239 240 |
# File 'sig/types.rbs', line 238 def end |