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.
31807 31808 31809 31810 31811 |
# File 'lib/aws-sdk-ec2/types.rb', line 31807 class EnableIpamOrganizationAdminAccountResult < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |