Class: Aws::Types::UpdateDiscovererRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDiscovererRequest
- 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_id ⇒ ::String
Returns the value of attribute discoverer_id.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
611 612 613 |
# File 'sig/types.rbs', line 611 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
609 610 611 |
# File 'sig/types.rbs', line 609 def description @description end |
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
610 611 612 |
# File 'sig/types.rbs', line 610 def discoverer_id @discoverer_id end |