Class: Aws::Types::IpamPoolAllocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


12121
12122
12123
# File 'sig/types.rbs', line 12121

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12123
12124
12125
# File 'sig/types.rbs', line 12123

def description
  @description
end

#ipam_pool_allocation_id::String

Returns the value of attribute ipam_pool_allocation_id.

Returns:

  • (::String)


12122
12123
12124
# File 'sig/types.rbs', line 12122

def ipam_pool_allocation_id
  @ipam_pool_allocation_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12124
12125
12126
# File 'sig/types.rbs', line 12124

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12127
12128
12129
# File 'sig/types.rbs', line 12127

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12126
12127
12128
# File 'sig/types.rbs', line 12126

def resource_region
  @resource_region
end

#resource_type"ipam-pool", ...

Returns the value of attribute resource_type.

Returns:

  • ("ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom", "subnet", "eip", "anycast-ip-list")


12125
12126
12127
# File 'sig/types.rbs', line 12125

def resource_type
  @resource_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12128
12129
12130
# File 'sig/types.rbs', line 12128

def tags
  @tags
end