Class: Aws::Types::IpamDiscoveredResourceCidr

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)


12511
12512
12513
# File 'sig/types.rbs', line 12511

def availability_zone_id
  @availability_zone_id
end

#ip_source"amazon", ...

Returns the value of attribute ip_source.

Returns:

  • ("amazon", "byoip", "none")


12503
12504
12505
# File 'sig/types.rbs', line 12503

def ip_source
  @ip_source
end

#ip_usage::Float

Returns the value of attribute ip_usage.

Returns:

  • (::Float)


12506
12507
12508
# File 'sig/types.rbs', line 12506

def ip_usage
  @ip_usage
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12498
12499
12500
# File 'sig/types.rbs', line 12498

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#network_interface_attachment_status"available", "in-use"

Returns the value of attribute network_interface_attachment_status.

Returns:

  • ("available", "in-use")


12509
12510
12511
# File 'sig/types.rbs', line 12509

def network_interface_attachment_status
  @network_interface_attachment_status
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


12502
12503
12504
# File 'sig/types.rbs', line 12502

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12500
12501
12502
# File 'sig/types.rbs', line 12500

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12501
12502
12503
# File 'sig/types.rbs', line 12501

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12499
12500
12501
# File 'sig/types.rbs', line 12499

def resource_region
  @resource_region
end

#resource_tags::Array[Types::IpamResourceTag]

Returns the value of attribute resource_tags.

Returns:



12505
12506
12507
# File 'sig/types.rbs', line 12505

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


12504
12505
12506
# File 'sig/types.rbs', line 12504

def resource_type
  @resource_type
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12510
12511
12512
# File 'sig/types.rbs', line 12510

def sample_time
  @sample_time
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


12508
12509
12510
# File 'sig/types.rbs', line 12508

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12507
12508
12509
# File 'sig/types.rbs', line 12507

def vpc_id
  @vpc_id
end