Class: Aws::EC2::Types::GetEnabledIpamPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetEnabledIpamPolicyResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_policy_enabled ⇒ Boolean
Indicates whether the IPAM policy is enabled.
-
#ipam_policy_id ⇒ String
The ID of the enabled IPAM policy.
-
#managed_by ⇒ String
The entity that manages the IPAM policy.
Instance Attribute Details
#ipam_policy_enabled ⇒ Boolean
Indicates whether the IPAM policy is enabled.
43200 43201 43202 43203 43204 43205 43206 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43200 class GetEnabledIpamPolicyResult < Struct.new( :ipam_policy_enabled, :ipam_policy_id, :managed_by) SENSITIVE = [] include Aws::Structure end |
#ipam_policy_id ⇒ String
The ID of the enabled IPAM policy.
43200 43201 43202 43203 43204 43205 43206 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43200 class GetEnabledIpamPolicyResult < Struct.new( :ipam_policy_enabled, :ipam_policy_id, :managed_by) SENSITIVE = [] include Aws::Structure end |
#managed_by ⇒ String
The entity that manages the IPAM policy.
43200 43201 43202 43203 43204 43205 43206 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43200 class GetEnabledIpamPolicyResult < Struct.new( :ipam_policy_enabled, :ipam_policy_id, :managed_by) SENSITIVE = [] include Aws::Structure end |