Class: Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::StartOrganizationServiceAccessUpdateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to take for the update request.
Instance Attribute Details
#action ⇒ String
The action to take for the update request. This can be either ‘ENABLE` or `DISABLE`.
5493 5494 5495 5496 5497 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5493 class StartOrganizationServiceAccessUpdateRequest < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |