Class: Aws::Types::ModifyManagedResourceVisibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyManagedResourceVisibilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_visibility ⇒ "hidden", "visible"
Returns the value of attribute default_visibility.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#default_visibility ⇒ "hidden", "visible"
Returns the value of attribute default_visibility.
13767 13768 13769 |
# File 'sig/types.rbs', line 13767 def default_visibility @default_visibility end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13766 13767 13768 |
# File 'sig/types.rbs', line 13766 def dry_run @dry_run end |