Class: Aws::EC2::Types::DisableIpamOrganizationAdminAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableIpamOrganizationAdminAccountResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
The result of disabling the IPAM account.
Instance Attribute Details
#success ⇒ Boolean
The result of disabling the IPAM account.
31334 31335 31336 31337 31338 |
# File 'lib/aws-sdk-ec2/types.rb', line 31334 class DisableIpamOrganizationAdminAccountResult < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |