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)


12548
12549
12550
# File 'sig/types.rbs', line 12548

def availability_zone_id
  @availability_zone_id
end

#compliance_status"compliant", ...

Returns the value of attribute compliance_status.

Returns:

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


12544
12545
12546
# File 'sig/types.rbs', line 12544

def compliance_status
  @compliance_status
end

#ip_usage::Float

Returns the value of attribute ip_usage.

Returns:

  • (::Float)


12543
12544
12545
# File 'sig/types.rbs', line 12543

def ip_usage
  @ip_usage
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12533
12534
12535
# File 'sig/types.rbs', line 12533

def ipam_id
  @ipam_id
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12535
12536
12537
# File 'sig/types.rbs', line 12535

def ipam_pool_id
  @ipam_pool_id
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


12534
12535
12536
# File 'sig/types.rbs', line 12534

def ipam_scope_id
  @ipam_scope_id
end

#management_state"managed", ...

Returns the value of attribute management_state.

Returns:

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


12545
12546
12547
# File 'sig/types.rbs', line 12545

def management_state
  @management_state
end

#overlap_status"overlapping", ...

Returns the value of attribute overlap_status.

Returns:

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


12546
12547
12548
# File 'sig/types.rbs', line 12546

def overlap_status
  @overlap_status
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


12540
12541
12542
# File 'sig/types.rbs', line 12540

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12538
12539
12540
# File 'sig/types.rbs', line 12538

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


12539
12540
12541
# File 'sig/types.rbs', line 12539

def resource_name
  @resource_name
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12537
12538
12539
# File 'sig/types.rbs', line 12537

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12536
12537
12538
# File 'sig/types.rbs', line 12536

def resource_region
  @resource_region
end

#resource_tags::Array[Types::IpamResourceTag]

Returns the value of attribute resource_tags.

Returns:



12542
12543
12544
# File 'sig/types.rbs', line 12542

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")


12541
12542
12543
# File 'sig/types.rbs', line 12541

def resource_type
  @resource_type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12547
12548
12549
# File 'sig/types.rbs', line 12547

def vpc_id
  @vpc_id
end