Class: Aws::EC2::Types::ModifyIpamResourceCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamResourceCidrResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_resource_cidr ⇒ Types::IpamResourceCidr
The CIDR of the resource.
Instance Attribute Details
#ipam_resource_cidr ⇒ Types::IpamResourceCidr
The CIDR of the resource.
49771 49772 49773 49774 49775 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49771 class ModifyIpamResourceCidrResult < Struct.new( :ipam_resource_cidr) SENSITIVE = [] include Aws::Structure end |