Class: Aws::EC2::Types::EnableIpamPolicyResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_policy_idString

The ID of the IPAM policy that was enabled.

Returns:

  • (String)


39080
39081
39082
39083
39084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39080

class EnableIpamPolicyResult < Struct.new(
  :ipam_policy_id)
  SENSITIVE = []
  include Aws::Structure
end