Class: Aws::Types::UpdateDiscovererResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDiscovererResponse
- 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.
621 622 623 |
# File 'sig/types.rbs', line 621 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
616 617 618 |
# File 'sig/types.rbs', line 616 def description @description end |
#discoverer_arn ⇒ ::String
Returns the value of attribute discoverer_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def discoverer_arn @discoverer_arn end |
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
618 619 620 |
# File 'sig/types.rbs', line 618 def discoverer_id @discoverer_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
619 620 621 |
# File 'sig/types.rbs', line 619 def source_arn @source_arn end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
620 621 622 |
# File 'sig/types.rbs', line 620 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
622 623 624 |
# File 'sig/types.rbs', line 622 def end |