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`.
5475 5476 5477 5478 5479 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5475 class StartOrganizationServiceAccessUpdateRequest < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |