Class: Aws::Types::DescribeDiscovererResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDiscovererResponse
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
159 160 161 |
# File 'sig/types.rbs', line 159 def description @description end |
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def discoverer_arn @discoverer_arn end |
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def discoverer_id @discoverer_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def source_arn @source_arn end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
163 164 165 |
# File 'sig/types.rbs', line 163 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
165 166 167 |
# File 'sig/types.rbs', line 165 def end |