Class: Aws::EC2::Types::ModifyIpamResourceCidrResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_resource_cidrTypes::IpamResourceCidr

The CIDR of the resource.



48480
48481
48482
48483
48484
# File 'lib/aws-sdk-ec2/types.rb', line 48480

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