Class: Aws::EC2::Types::EnableIpamPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableIpamPolicyResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_policy_id ⇒ String
The ID of the IPAM policy that was enabled.
Instance Attribute Details
#ipam_policy_id ⇒ String
The ID of the IPAM policy that was enabled.
39935 39936 39937 39938 39939 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39935 class EnableIpamPolicyResult < Struct.new( :ipam_policy_id) SENSITIVE = [] include Aws::Structure end |