Class: Aws::Types::UpdateDiscovererInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDiscovererInput
- 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.
Instance Attribute Details
#cross_account ⇒ Boolean
Returns the value of attribute cross_account.
604 605 606 |
# File 'sig/types.rbs', line 604 def cross_account @cross_account end |
#description ⇒ ::String
Returns the value of attribute description.
603 604 605 |
# File 'sig/types.rbs', line 603 def description @description end |