Class: Aws::EC2::Types::EnableIpamOrganizationAdminAccountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableIpamOrganizationAdminAccountResult
- Defined in:
- gems/aws-sdk-ec2/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.
32181 32182 32183 32184 32185 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32181 class EnableIpamOrganizationAdminAccountResult < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |