Class: Aws::Types::DiscovererOutput
- Inherits:
-
Object
- Object
- Aws::Types::DiscovererOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
221 222 223 |
# File 'sig/types.rbs', line 221 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
216 217 218 |
# File 'sig/types.rbs', line 216 def description @description end |
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def discoverer_arn @discoverer_arn end |
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def discoverer_id @discoverer_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
219 220 221 |
# File 'sig/types.rbs', line 219 def source_arn @source_arn end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
220 221 222 |
# File 'sig/types.rbs', line 220 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
222 223 224 |
# File 'sig/types.rbs', line 222 def end |