Class: Aws::EC2::Types::EnableIpamOrganizationAdminAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableIpamOrganizationAdminAccountResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
The result of enabling the IPAM account.
Instance Attribute Details
#success ⇒ Boolean
The result of enabling the IPAM account.
33801 33802 33803 33804 33805 |
# File 'lib/aws-sdk-ec2/types.rb', line 33801 class EnableIpamOrganizationAdminAccountResult < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |