Class: Aws::Types::IpamResourceCidr

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


12277
12278
12279
# File 'sig/types.rbs', line 12277

def availability_zone_id
  @availability_zone_id
end

#compliance_status"compliant", ...

Returns the value of attribute compliance_status.

Returns:

  • ("compliant", "noncompliant", "unmanaged", "ignored")


12273
12274
12275
# File 'sig/types.rbs', line 12273

def compliance_status
  @compliance_status
end

#ip_usage::Float

Returns the value of attribute ip_usage.

Returns:

  • (::Float)


12272
12273
12274
# File 'sig/types.rbs', line 12272

def ip_usage
  @ip_usage
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12262
12263
12264
# File 'sig/types.rbs', line 12262

def ipam_id
  @ipam_id
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12264
12265
12266
# File 'sig/types.rbs', line 12264

def ipam_pool_id
  @ipam_pool_id
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


12263
12264
12265
# File 'sig/types.rbs', line 12263

def ipam_scope_id
  @ipam_scope_id
end

#management_state"managed", ...

Returns the value of attribute management_state.

Returns:

  • ("managed", "unmanaged", "ignored")


12274
12275
12276
# File 'sig/types.rbs', line 12274

def management_state
  @management_state
end

#overlap_status"overlapping", ...

Returns the value of attribute overlap_status.

Returns:

  • ("overlapping", "nonoverlapping", "ignored")


12275
12276
12277
# File 'sig/types.rbs', line 12275

def overlap_status
  @overlap_status
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


12269
12270
12271
# File 'sig/types.rbs', line 12269

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12267
12268
12269
# File 'sig/types.rbs', line 12267

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


12268
12269
12270
# File 'sig/types.rbs', line 12268

def resource_name
  @resource_name
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12266
12267
12268
# File 'sig/types.rbs', line 12266

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12265
12266
12267
# File 'sig/types.rbs', line 12265

def resource_region
  @resource_region
end

#resource_tags::Array[Types::IpamResourceTag]

Returns the value of attribute resource_tags.

Returns:



12271
12272
12273
# File 'sig/types.rbs', line 12271

def resource_tags
  @resource_tags
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool", "eni", "anycast-ip-list")


12270
12271
12272
# File 'sig/types.rbs', line 12270

def resource_type
  @resource_type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12276
12277
12278
# File 'sig/types.rbs', line 12276

def vpc_id
  @vpc_id
end